|
PHP Tool Kit / Request
Manipula requisições HTTP.
|
Public Member Functions | |
| __construct () | |
Data Fields | |
| readonly Get | $get |
| readonly Post | $post |
| readonly Cookie | $cookie |
| readonly string | $phpSelf |
| readonly string | $gatewayInterface |
| readonly string | $serverAddr |
| readonly string | $serverName |
| readonly string | $serverSoftware |
| readonly string | $serverProtocol |
| readonly string | $requestMethod |
| readonly DateTimeImmutable | $requestTime |
| readonly float | $requestTimeFloat |
| readonly array | $queryString |
| readonly string | $documentRoot |
| readonly bool | $https |
| readonly string | $remoteAddr |
| readonly string | $remoteHost |
| readonly string | $remotePort |
| readonly string | $remoteUser |
| readonly string | $redirectRemoteUser |
| readonly string | $scriptFilename |
| readonly string | $serverAdmin |
| readonly string | $serverPort |
| readonly string | $serverSignature |
| readonly string | $pathTranslated |
| readonly string | $scriptName |
| readonly string | $requestUri |
| readonly string | $phpAuthDigest |
| readonly string | $phpAuthUser |
| readonly string | $phpAuthPw |
| readonly string | $authType |
| readonly string | $pathInfo |
| readonly string | $originPathInfo |
Definition at line 18 of file Request.php.
| __construct | ( | ) |
Constrói uma nova instância de {
Definition at line 265 of file Request.php.
| readonly string $authType |
Definition at line 242 of file Request.php.
| readonly Cookie $cookie |
Definition at line 39 of file Request.php.
| readonly string $documentRoot |
Definition at line 118 of file Request.php.
| readonly string $gatewayInterface |
Definition at line 53 of file Request.php.
| readonly Get $get |
Definition at line 25 of file Request.php.
| readonly bool $https |
Definition at line 125 of file Request.php.
| readonly string $originPathInfo |
Definition at line 256 of file Request.php.
| readonly string $pathInfo |
Definition at line 249 of file Request.php.
| readonly string $pathTranslated |
Definition at line 200 of file Request.php.
| readonly string $phpAuthDigest |
Definition at line 221 of file Request.php.
| readonly string $phpAuthPw |
Definition at line 235 of file Request.php.
| readonly string $phpAuthUser |
Definition at line 228 of file Request.php.
| readonly string $phpSelf |
Definition at line 46 of file Request.php.
| readonly Post $post |
Definition at line 32 of file Request.php.
| readonly array $queryString |
Definition at line 111 of file Request.php.
| readonly string $redirectRemoteUser |
Definition at line 161 of file Request.php.
| readonly string $remoteAddr |
Definition at line 132 of file Request.php.
| readonly string $remoteHost |
Definition at line 139 of file Request.php.
| readonly string $remotePort |
Definition at line 146 of file Request.php.
| readonly string $remoteUser |
Definition at line 153 of file Request.php.
| readonly string $requestMethod |
Definition at line 88 of file Request.php.
| readonly DateTimeImmutable $requestTime |
Definition at line 95 of file Request.php.
| readonly float $requestTimeFloat |
Definition at line 103 of file Request.php.
| readonly string $requestUri |
Definition at line 214 of file Request.php.
| readonly string $scriptFilename |
Definition at line 169 of file Request.php.
| readonly string $scriptName |
Definition at line 207 of file Request.php.
| readonly string $serverAddr |
Definition at line 60 of file Request.php.
| readonly string $serverAdmin |
Definition at line 177 of file Request.php.
| readonly string $serverName |
Definition at line 67 of file Request.php.
| readonly string $serverPort |
Definition at line 185 of file Request.php.
| readonly string $serverProtocol |
Definition at line 81 of file Request.php.
| readonly string $serverSignature |
Definition at line 193 of file Request.php.
| readonly string $serverSoftware |
Definition at line 74 of file Request.php.