ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ServerRequestFactoryInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Http\Message
;
4
5
interface
ServerRequestFactoryInterface
6
{
23
public
function
createServerRequest
(
string
$method, $uri, array $serverParams = []):
ServerRequestInterface
;
24
}
Psr\Http\Message
Definition:
RequestFactoryInterface.php:3
Psr\Http\Message\ServerRequestInterface
Representation of an incoming, server-side HTTP request.
Definition:
ServerRequestInterface.php:43
Psr\Http\Message\ServerRequestFactoryInterface
Definition:
ServerRequestFactoryInterface.php:5
Psr\Http\Message\ServerRequestFactoryInterface\createServerRequest
createServerRequest(string $method, $uri, array $serverParams=[])
Create a new server request.
php
libs
composer
vendor
psr
http-factory
src
ServerRequestFactoryInterface.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)