Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe UploadedFileFactory
+ Graphe d'héritage de UploadedFileFactory:

Fonctions membres publiques

 createUploadedFile (StreamInterface $stream, int $size=null, int $error=UPLOAD_ERR_OK, string $clientFilename=null, string $clientMediaType=null)
 

Documentation des fonctions membres

◆ createUploadedFile()

createUploadedFile ( StreamInterface  $stream,
int  $size = null,
int  $error = UPLOAD_ERR_OK,
string  $clientFilename = null,
string  $clientMediaType = null 
)

Create a new uploaded file.If a size is not provided it will be determined by checking the size of the file.

Voir également
http://php.net/manual/features.file-upload.post-method.php
http://php.net/manual/features.file-upload.errors.php
Paramètres
StreamInterface$streamUnderlying stream representing the uploaded file content.
int$sizein bytes
int$errorPHP file upload error
string$clientFilenameFilename as provided by the client, if any.
string$clientMediaTypeMedia type as provided by the client, if any.
Renvoie
UploadedFileInterface
Exceptions

Implémente UploadedFileFactoryInterface.

Références $size, Laminas\Diactoros\$stream, et null.


La documentation de cette classe a été générée à partir du fichier suivant :