Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface UploadedFileFactoryInterface
+ Graphe d'héritage de UploadedFileFactoryInterface:

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émenté dans Psr17Factory, et UploadedFileFactory.


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