apache_child_terminate | PHP 4.0.5 |
bool apache_child_terminate(void) |
|
Terminates Apache process after this request. |
apache_lookup_uri | PHP 3.0.4 |
object apache_lookup_uri(string URI) |
|
Performs a partial request of the given URI to obtain information about it. |
apache_note | PHP 3.0.2 |
string apache_note(string note_name[, string note_value]) |
|
Gets and sets Apache request notes. |
apache_request_headers | PHP 4.3.0 |
array apache_request_headers(void) |
|
Fetches all HTTP request headers. |
apache_response_headers | PHP 4.3.0 |
array apache_response_headers(void) |
|
Fetches all HTTP response headers. |
apache_setenv | PHP 4.1.0 |
bool apache_setenv(string variable, string value[, bool walk_to_top]) |
|
Sets an Apache subprocess_env variable. |
getallheaders | PHP 3.0 |
array getallheaders(void) |
|
An alias for apache_request_headers(). |
virtual | PHP 3.0 |
bool virtual(string filename) |
|
Performs an Apache subrequest. |