首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
set_include_path
set_include_path
設置include_path配置選項
名稱:
set_include_path
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
設置include_path配置選項
相關內容
使用set_include_path函數動態添加多個目錄路徑
10
同類函數
gc_disable
gc_disable
停用循環引用收集器
memory_get_usage
memory_get_usage
返回分配給PHP的內存量
version_compare
version_compare
對比兩個「PHP規範化」的版本數字字符串
php_ini_loaded_file
php_ini_loaded_file
檢索加載的php.ini文件的路徑
get_included_files
get_included_files
返回被include和require文件
getopt
getopt
從命令行參數列表中獲取選項
get_required_files
get_required_files
get_included_files的別
getrusage
getrusage
獲取當前資源使用狀況
熱門文章
使用set_include_path函數動態添加多個目錄路徑