- class
HttpServerRequest(php\http\HttpServerRequest) - package
http - source
php/http/HttpServerRequest.php
Description
Class HttpServerRequest
->__construct()->end()- Stop handle requests.->httpVersion()->protocol()- http, https->header()->headers()->cookie()->cookies()->param()->attribute()->query()->queryEncoding()->queryParameters()->path()->method()->sessionId()->localAddress()->localPort()->localName()->remoteAddress()->remoteUser()->remoteHost()->remotePort()->locale()->locales()->bodyStream()->getParts()
__construct(): voidend(): voidStop handle requests.
httpVersion(): stringprotocol(): stringhttp, https
header(string $name): stringheaders(bool $lowerKeys): arraycookie(string $name): arraycookies(): arrayparam(string $name): stringattribute(string $name, mixed $value): mixedquery(string $name): stringqueryEncoding(): stringqueryParameters(): arraypath(): stringmethod(): stringsessionId(): stringlocalAddress(): stringlocalPort(): intlocalName(): stringremoteAddress(): stringremoteUser(): stringremoteHost(): stringremotePort(): stringlocale(): php\util\Localelocales(): Locale[]bodyStream(): php\io\StreamgetParts(): HttpPart[]