首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
php_ini_loaded_file
php_ini_loaded_file
檢索加載的php.ini文件的路徑
名稱:
php_ini_loaded_file
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
檢索加載的php.ini文件的路徑
相關內容
使用php_ini_loaded_file 判斷PHP 配置是否被修改
5
同類函數
ini_get_all
ini_get_all
獲取所有配置選項
assert_options
assert_options
設置/獲取斷言的各種標誌
extension_loaded
extension_loaded
檢查一個擴展是否已經加載
php_sapi_name
php_sapi_name
返回Web服務器和PHP之間的接口類型
restore_include_path
restore_include_path
還原include_path配置選項的值
php_ini_loaded_file
php_ini_loaded_file
檢索加載的php.ini文件的路徑
ini_parse_quantity
ini_parse_quantity
從INI速記語法中獲得解釋的大小
get_cfg_var
get_cfg_var
獲取PHP配置選項的值
熱門文章
使用php_ini_loaded_file 判斷PHP 配置是否被修改