輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : PHP 選項及相關資訊函式庫"
;
PHP 選項及相關資訊函式庫
本函式庫共有 17 個函式
error_log
:
送出一個錯誤訊息。
error_reporting
:
設定錯誤訊息回報的等級。
getenv
:
取得系統的環境變數
get_cfg_var
:
取得 PHP 的設定選項值。
get_current_user
:
取得 PHP 行程的擁有者名稱。
get_magic_quotes_gpc
:
取得 PHP 環境變數 magic_quotes_gpc 的值。
get_magic_quotes_runtime
:
取得 PHP 環境變數 magic_quotes_runtime 的值。
getlastmod
:
傳回該網頁的最後修改時間。
getmyinode
:
傳回該網頁的 inode 值。
getmypid
:
傳回 PHP 的行程代號。
getmyuid
:
傳回 PHP 的使用者代碼。
getrusage
:
傳回系統資源使用率。
phpinfo
:
傳回 PHP 所有相關資訊。
phpversion
:
傳回 PHP 版本訊息。
putenv
:
設定系統環境變數。
set_magic_quotes_runtime
:
設定 magic_quotes_runtime 值。
set_time_limit
:
設定該頁最久執行時間。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>