This is automatic generated document for things in Swow\Psr7\Message\UploadedFilePlusInterface class
   Interface UploadedFilePlusInterface 
   Methods 
   Method getClientFilename 
  public function getClientFilename ( ) : ?string    public function getClientMediaType ( ) : ?string    Method getError 
  public function getError ( ) : int    Method getSize 
  public function getSize ( ) : ?int    Method getStream 
  public function getStream ( ) : StreamInterface    Method moveTo 
  public function moveTo ( string $targetPath ) : void