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
}
$size
$size
Definition:
RandomTest.php:84
php
An exception for terminatinating execution or to throw for unit testing.
Psr\Http\Message\StreamInterface
Describes a data stream.
Definition:
StreamInterface.php:13
Psr\Http\Message\UploadedFileFactoryInterface
Definition:
UploadedFileFactoryInterface.php:6
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.
Psr\Http\Message\UploadedFileInterface
Value object representing a file uploaded through an HTTP request.
Definition:
UploadedFileInterface.php:14
GuzzleHttp\Psr7\$stream
$stream
PHP stream implementation.
Definition:
MessageTrait.php:21
Psr\Http\Message
Definition:
RequestFactoryInterface.php:3
libs
composer
vendor
psr
http-factory
src
UploadedFileFactoryInterface.php
Generated on Thu Oct 2 2025 19:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)