首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
realpath_cache_size
realpath_cache_size
獲取真實路徑緩衝區的大小
名稱:
realpath_cache_size
分類:
文件系統
所屬語言:
php
一句話介紹:
獲取真實路徑緩衝區的大小
相關內容
如何在CLI模式下正確解讀realpath_cache_size的返回值
8
realpath_cache_size與include_path配置的隱性關聯
6
realpath_cache_size與PHP內存限制memory_limit的關係
9
如何配合clearstatcache優化realpath_cache_size效果
4
使用realpath_cache_size檢測文件系統性能瓶頸
6
調優PHP性能時如何正確使用realpath_cache_size
7
realpath_cache_size與realpath_cache_get使用詳解
10
為什麼你的PHP程序需要關注realpath_cache_size
9
realpath_cache_size在大型項目中的作用解析
2
同類函數
fnmatch
fnmatch
用模式匹配文件名
disk_free_space
disk_free_space
返回文件系統或磁盤分區上的可用空間
fdatasync
fdatasync
將數據(但不是元數據)同步到文件
readfile
readfile
輸出文件
fgetcsv
fgetcsv
從文件指針中讀入一行並解析CSV字段
fseek
fseek
在文件指針中定位
file_get_contents
file_get_contents
將整個文件讀入一個字符串
pathinfo
pathinfo
返回文件路徑的信息
熱門文章
realpath_cache_size與realpath_cache_get使用詳解
如何配合clearstatcache優化realpath_cache_size效果
使用realpath_cache_size檢測文件系統性能瓶頸
realpath_cache_size在大型項目中的作用解析
如何在CLI模式下正確解讀realpath_cache_size的返回值
調優PHP性能時如何正確使用realpath_cache_size
realpath_cache_size與include_path配置的隱性關聯
realpath_cache_size與PHP內存限制memory_limit的關係