首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
get_included_files
get_included_files
返回被 include 和 require 文件名的 array
名称:
get_included_files
分类:
PHP选项和信息
所属语言:
php
一句话介绍:
返回被 include 和 require 文件名的 array
相关内容
如何避免 imageopenpolygon() 出现“未定义函数”的错误
4
使用 $mysqli->errno 前忘了检查连接是否成功
6
如何过滤掉未使用的常量
4
md5_file() 与 hash_file():哪个更好?
1
同类函数
gc_collect_cycles
gc_collect_cycles
强制收集所有现存的垃圾循环周期
gc_status
gc_status
获取有关垃圾回收器的信息
set_time_limit
set_time_limit
设置脚本最大执行时间
get_required_files
get_required_files
get_included_files的别
php_ini_scanned_files
php_ini_scanned_files
返回从附加的ini目录解析的.ini文件
gc_mem_caches
gc_mem_caches
回收Zend引擎内存管理器使用的内存
get_current_user
get_current_user
获取当前PHP脚本所有者名称
get_include_path
get_include_path
获取当前的include_path配置选
热门文章