mini\Http\Message\UploadedFile::UploadedFileTrait() Method

protected

Signature

protected function UploadedFileTrait(mixed $source, ?string $filename = NULL, ?string $mediaType = NULL, ?int $filesize = NULL, ?int $error = NULL, bool $isUploadedFile = false)

Parameters

Name Type Default Description
$source mixed required Documentation missing
$filename ?string NULL Documentation missing
$mediaType ?string NULL Documentation missing
$filesize ?int NULL Documentation missing
$error ?int NULL Documentation missing
$isUploadedFile bool false Documentation missing

Documentation

Documentation missing - No docblock found for this method.

Source

src/Http/Message/UploadedFileTrait.php:31-46