[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 155 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Response:: (6 methods):
__construct()
getStatusCode()
getReasonPhrase()
withStatus()
assertStatusCodeIsInteger()
assertStatusCodeRange()
__construct($status = 200,array $headers = [],$body = null,$version = '1.1',$reason = null) X-Ref |
param: int $status Status code param: array $headers Response headers param: string|resource|StreamInterface|null $body Response body param: string $version Protocol version param: string|null $reason Reason phrase (when empty a default will be used based on the status code) |
getStatusCode() X-Ref |
No description |
getReasonPhrase() X-Ref |
No description |
withStatus($code, $reasonPhrase = '') X-Ref |
No description |
assertStatusCodeIsInteger($statusCode) X-Ref |
No description |
assertStatusCodeRange($statusCode) X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |