apache_child_terminate PHP 4.0.5

bool apache_child_terminate(void)

 

この要求の後に Apache プロセスを終了します。

apache_lookup_uri PHP 3.0.4

object apache_lookup_uri(string URI)

 

指定した URI に対して要求の一部を実行し、URI に関する情報を取得します。

apache_note PHP 3.0.2

string apache_note(string note_name[, string note_value])

 

Apache 要求記号 (note) を取得および設定します。

apache_request_headers PHP 4.3.0

array apache_request_headers(void)

 

HTTP 要求ヘッダをすべて取り込みます。

apache_response_headers PHP 4.3.0

array apache_response_headers(void)

 

HTTP 応答ヘッダをすべて取り込みます。

apache_setenv PHP 4.1.0

bool apache_setenv(string variable, string value[, bool walk_to_top])

 

Apache subprocess_env 変数を設定します。

getallheaders PHP 3.0

array getallheaders(void)

 

apache_request_headers( ) のエイリアス。

virtual PHP 3.0

bool virtual(string filename)

 

Apache サブ要求を実行します。