輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : 阿帕契伺服器專用函式庫"
;
阿帕契伺服器專用函式庫
本函式庫共有 4 個函式
顧名思義,若 WEB 伺服器不是使用 Apache 伺服器,則本函式庫就派不上用場了。
apache_lookup_uri
:
獲得所有的 URI 相關資訊。
apache_note
:
獲得及設定阿帕契伺服器的請求紀錄。
getallheaders
:
獲得所有 HTTP 變數值。
virtual
:
完成阿帕契伺服器的子請求 (sub-request)。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>