August 2005
Intermediate to advanced
840 pages
17h 29m
English
| Function | Returns | Description |
|---|---|---|
apache_child_terminate(void) | bool | Terminates apache process after this request. |
apache_note(string note_name [, string note_value]) | string | Gets and sets Apache request notes. |
virtual(string filename) | bool | Performs an Apache subrequest. |
getallheaders(void) | array | Alias for apache_request_headers(). |
apache_request_headers(void) | array | Fetches all HTTP request headers. |
apache_response_headers(void) | array | Fetches all HTTP response headers. |
apache_setenv(string variable, string value [, bool walk_to_top]) | bool | Sets an Apache subprocess_env variable. |
apache_lookup_uri(string URI) | object | Performs a partial request of the given URI to obtain information about it. |
apache_get_version(void) | string | Fetches Apache version. |
apache_get_modules(void) | array | Gets a list of loaded Apache modules. |
Read now
Unlock full access