首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
set_include_path
set_include_path
設置include_path配置選項
名稱:
set_include_path
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
設置include_path配置選項
相關內容
PHP中set_include_path函數的安全風險及防範措施
5
結合realpath函數規範set_include_path路徑設置
6
使用set_include_path函數動態添加多個目錄路徑
10
同類函數
ini_restore
ini_restore
恢復配置選項的值
ini_set
ini_set
設置配置選項的值
get_include_path
get_include_path
獲取當前的include_path配置選
php_ini_loaded_file
php_ini_loaded_file
檢索加載的php.ini文件的路徑
getmyinode
getmyinode
獲取當前腳本的索引節點(inode)
version_compare
version_compare
對比兩個「PHP規範化」的版本數字字符串
get_included_files
get_included_files
返回被include和require文件
ini_get_all
ini_get_all
獲取所有配置選項
熱門文章
結合realpath函數規範set_include_path路徑設置
使用set_include_path函數動態添加多個目錄路徑
PHP中set_include_path函數的安全風險及防範措施