PHP 選項和資訊
- 簡介
- 安裝/配置
- 預定義常量
- PHP 選項/資訊 函式
- assert_options — 設定/獲取斷言的各種標誌
- assert — 檢查一個斷言是否為 false
- cli_get_process_title — Returns the current process title
- cli_set_process_title — Sets the process title
- dl — 執行時載入一個 PHP 擴充套件
- extension_loaded — 檢查一個擴充套件是否已經載入
- gc_collect_cycles — 強制收集所有現存的垃圾循環週期
- gc_disable — 停用循環引用收集器
- gc_enable — 啟用循環引用收集器
- gc_enabled — 返回循環引用計數器的狀態
- gc_mem_caches — Reclaims memory used by the Zend Engine memory manager
- gc_status — Gets information about the garbage collector
- get_cfg_var — 獲取 PHP 配置選項的值
- get_current_user — 獲取目前 PHP 指令碼所有者名稱
- get_defined_constants — 返回所有常量的關聯陣列,鍵是常量名,值是常量值
- get_extension_funcs — 返回模組函式名稱的陣列
- get_include_path — 獲取目前的 include_path 配置選項
- get_included_files — 返回被 include 和 require 檔名的 array
- get_loaded_extensions — 返回所有編譯並載入模組名的 array
- get_magic_quotes_gpc — 獲取目前 magic_quotes_gpc 的配置選項設定
- get_magic_quotes_runtime — 獲取目前 magic_quotes_runtime 配置選項的啟用狀態
- get_required_files — 別名 get_included_files
- get_resources — Returns active resources
- getenv — 獲取一個環境變數的值
- getlastmod — 獲取頁面最後修改的時間
- getmygid — 獲取目前 PHP 指令碼擁有者的 GID
- getmyinode — 獲取目前指令碼的索引節點(inode)
- getmypid — 獲取 PHP 程序的 ID
- getmyuid — 獲取 PHP 指令碼所有者的 UID
- getopt — 從命令列參數列表中獲取選項
- getrusage — 獲取目前資源使用狀況
- ini_alter — 別名 ini_set
- ini_get_all — 獲取所有配置選項
- ini_get — 獲取一個配置選項的值
- ini_restore — 恢復配置選項的值
- ini_set — 為一個配置選項設定值
- memory_get_peak_usage — 返回分配給 PHP 記憶體的峰值
- memory_get_usage — 返回分配給 PHP 的記憶體量
- php_ini_loaded_file — 取得已載入的 php.ini 檔案的路徑
- php_ini_scanned_files — 返回從額外 ini 目錄里解析的 .ini 檔案列表
- php_sapi_name — 返回 web 伺服器和 PHP 之間的介面型別
- php_uname — 返回執行 PHP 的系統的有關資訊
- phpcredits — 列印 PHP 貢獻者名單
- phpinfo — 輸出關於 PHP 配置的資訊
- phpversion — 獲取目前的PHP版本
- putenv — 設定環境變數的值
- restore_include_path — 還原 include_path 配置選項的值
- set_include_path — 設定 include_path 配置選項
- set_time_limit — 設定指令碼最大執行時間
- sys_get_temp_dir — 返回用於臨時檔案的目錄
- version_compare — 對比兩個「PHP 規範化」的版本數字字串
- zend_thread_id — 返回目前執行緒的唯一識別符
- zend_version — 獲取目前 Zend 引擎的版本