PHP選項與資訊函式庫

assert --- 如果assertionfalse則檢查

assert_options --- 設定(取得)各式的assert旗標

error_log --- 送出錯誤訊息到某處

error_reporting --- 設定PHP錯誤回報等級

extension_loaded --- 判斷擴充模組是否已載入

getenv --- 取得環境變數的值

get_cfg_var --- 取得PHP結構選項的值

get_current_user --- 取得目前PHP程式擁有者的名稱

get_magic_quotes_gpc --- 取得目前magic_quotes_gpc的設定值

get_magic_quotes_runtime --- 取得目前magic_quotes_runtime的設定值

getlastmod --- 取得網頁最後修改的時間

getmyinode --- 取得目前程式的inode

getmypid --- 取得PHP的處理ID

getmyuid --- 取得PHP程式擁有者的ID

getrusage --- 取得目前資源用法

phpcredits --- 列出PHP榮譽

phpinfo --- 輸出PHP資訊

phpversion --- 取得目前PHP版本

php_logo_guid --- 取得logo guid

php_sapi_name --- 傳回web伺服與PHP之間的介面型態

putenv --- 設定環境變數的值

set_magic_quotes_runtime --- 設定目前magic_quotes_runtime的值

set_time_limit --- 限制最大的執行時間

zend_logo_guid --- 取得zend guid

get_loaded_extensions --- 傳回所有編譯模組和載入的名稱

get_extension_funcs --- 傳回模組的函式名稱

get_required_files --- 傳回在程式中require_once( )檔案的名稱

get_included_files --- 傳回在程式中include_once( )檔案的名稱


首頁