apache_child_terminate | PHP 4.0.5 |
bool apache_child_terminate(void) |
|
Beendet den Apache-Prozess im Anschluss an diese Anforderung. |
apache_lookup_uri | PHP 3.0.4 |
object apache_lookup_uri(string URI) |
|
Führt eine Teilabfrage für die angegebene URI durch, um Informationen darüber zu erhalten. |
apache_note | PHP 3.0.2 |
string apache_note(string note_name[, string note_value]) |
|
Liest und schreibt Einträge in die Notes-Tabelle von Apache. |
apache_request_headers | PHP 4.3.0 |
array apache_request_headers(void) |
|
Ruft alle HTTP-Anforderungsheader ab. |
apache_response_headers | PHP 4.3.0 |
array apache_response_headers(void) |
|
Ruft alle HTTP-Antwortheader ab. |
apache_setenv | PHP 4.1.0 |
bool apache_setenv(string variable, string value[, bool walk_to_top]) |
|
Setzt eine Apache-subprocess_env-Variable. |
getallheaders | PHP 3.0 |
array getallheaders(void) |
|
Alias für apache_request_headers( ). |
virtual | PHP 3.0 |
bool virtual(string filename) |
|
Führt eine Apache-Unteranforderung aus. |