|
Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\utils\http\foundation$PhpHttp This class is part of Ubiquity. More...
Inheritance diagram for PhpHttp:Public Member Functions | |
| getAllHeaders () | |
| header ($key, $value, bool $replace=true, int $http_response_code=0) | |
| headersSent (string &$file=null, int &$line=null) | |
| getInput () | |
Ubiquity\utils\http\foundation$PhpHttp This class is part of Ubiquity.
Definition at line 13 of file PhpHttp.php.
| getAllHeaders | ( | ) |
Reimplemented from AbstractHttp.
Definition at line 15 of file PhpHttp.php.
| getInput | ( | ) |
Reimplemented from AbstractHttp.
Definition at line 27 of file PhpHttp.php.
| header | ( | $key, | |
| $value, | |||
| bool | $replace = true, |
||
| int | $http_response_code = 0 |
||
| ) |
Reimplemented from AbstractHttp.
Definition at line 19 of file PhpHttp.php.
| headersSent | ( | string & | $file = null, |
| int & | $line = null |
||
| ) |
Reimplemented from AbstractHttp.
Definition at line 23 of file PhpHttp.php.