Метод | Описание | |
---|---|---|
__construct ( string | resource $streamOrFile, integer $size, integer $errorStatus, string | null $clientFilename = null, string | null $clientMediaType = null ) | ||
getClientFilename ( ) : string | null | ||
getClientMediaType ( ) | ||
getError ( ) : integer | ||
getSize ( ) : integer | null | ||
getStream ( ) | ||
moveTo ( string $targetPath ) |
Метод | Описание | |
---|---|---|
writeFile ( string $path ) | Write internal stream to given path |
public getClientFilename ( ) : string | null | ||
Результат | string | null | The filename sent by the client or null if none was provided. |