phasync\Psr\UploadedFile class

Documentation

Documentation missing - No docblock found for this class.

Inheritance

Implements: Psr\Http\Message\UploadedFileInterface

Properties (6)

protected Psr\Http\Message\StreamInterface $stream
protected ?string $path
protected ?string $filename
protected ?string $mediaType
protected ?string $error
protected ?int $size

Methods (8)

Documentation missing

Retrieve a stream representing the uploaded file.

Move the uploaded file to a new location.

Retrieve the file size.

Retrieve the error associated with the uploaded file.

Retrieve the filename sent by the client.

Retrieve the media type sent by the client.

Check that no error condition exists which should prevent this operation

Source

src/Psr/UploadedFile.php:8-216