首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
get_included_files
get_included_files
返回被include 和require 文件名的array
名稱:
get_included_files
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
返回被include 和require 文件名的array
相關內容
用str_split 逐字符驗證用戶輸入是否合法
3
如何優化xml_parse_into_struct 處理多種編碼格式的XML 數據?
10
可視化工具查看array_diff() 的差異效果
10
PHP中利用百度地圖API實現室內地圖的展示與導航
3
同類函數
zend_thread_id
zend_thread_id
返回當前線程的唯一識別符
get_include_path
get_include_path
獲取當前的include_path配置選
set_time_limit
set_time_limit
設置腳本最大執行時間
get_extension_funcs
get_extension_funcs
返回一個擴展的所有函數名稱的數組
get_included_files
get_included_files
返回被include和require文件
assert_options
assert_options
設置/獲取斷言的各種標誌
php_ini_scanned_files
php_ini_scanned_files
返回從附加的ini目錄解析的.ini文件
memory_get_peak_usage
memory_get_peak_usage
返回PHP分配的內存峰值
熱門文章