ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
UploadedFileFactoryInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Http\Message
;
4
5
interface
UploadedFileFactoryInterface
6
{
27
public
function
createUploadedFile
(
28
StreamInterface
$stream
,
29
int
$size
= null,
30
int
$error = \UPLOAD_ERR_OK,
31
string
$clientFilename = null,
32
string
$clientMediaType = null
33
):
UploadedFileInterface
;
34
}
Psr\Http\Message
Definition:
RequestFactoryInterface.php:3
Psr\Http\Message\UploadedFileFactoryInterface\createUploadedFile
createUploadedFile(StreamInterface $stream, int $size=null, int $error=\UPLOAD_ERR_OK, string $clientFilename=null, string $clientMediaType=null)
Create a new uploaded file.
$size
$size
Definition:
RandomTest.php:84
Psr\Http\Message\UploadedFileFactoryInterface
Definition:
UploadedFileFactoryInterface.php:5
GuzzleHttp\Psr7\$stream
$stream
PHP stream implementation.
Definition:
MessageTrait.php:21
php
Psr\Http\Message\UploadedFileInterface
Value object representing a file uploaded through an HTTP request.
Definition:
UploadedFileInterface.php:13
Psr\Http\Message\StreamInterface
Describes a data stream.
Definition:
StreamInterface.php:12
libs
composer
vendor
psr
http-factory
src
UploadedFileFactoryInterface.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)