Php/func filesystem realpath cache get
来自菜鸟教程
PHP realpath_cache_get()函数
例
返回realpath缓存条目:
<?php var_dump(realpath_cache_get()); ?>
定义和用法
realpath_cache_get()函数返回realpath缓存条目。
句法
realpath_cache_get()
技术细节
返回值: | 实路径缓存条目的数组 |
PHP版本: | 5.3.2+ |