首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
phpinfo
phpinfo
輸出有關PHP配置的信息
名稱:
phpinfo
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
輸出有關PHP配置的信息
相關內容
使用phpinfo() 檢查PHP 安全設置
9
同類函數
php_sapi_name
php_sapi_name
返回Web服務器和PHP之間的接口類型
gc_enabled
gc_enabled
返回循環引用計數器的狀態
restore_include_path
restore_include_path
還原include_path配置選項的值
set_time_limit
set_time_limit
設置腳本最大執行時間
get_resources
get_resources
返回所有當前活動資源的數組,可選按資源類
get_required_files
get_required_files
get_included_files的別
getmypid
getmypid
獲取PHP進程的ID
extension_loaded
extension_loaded
檢查一個擴展是否已經加載
熱門文章
使用phpinfo() 檢查PHP 安全設置