Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

ServerRequestFactory
in package
implements ServerRequestFactoryInterface

Table of Contents

Interfaces

ServerRequestFactoryInterface

Methods

createServerRequest()  : ServerRequestInterface

Methods

createServerRequest()

public createServerRequest(string $method, string|UriInterface $uri[, array<string, mixed> $serverParams = [] ]) : ServerRequestInterface
Parameters
$method : string
$uri : string|UriInterface
$serverParams : array<string, mixed> = []
Return values
ServerRequestInterface
On this page