首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
disk_free_space
disk_free_space
返回文件系統或磁盤分區上的可用空間
名稱:
disk_free_space
分類:
文件系統
所屬語言:
php
一句話介紹:
返回目錄的可用空間。
相關內容
使用PDOStatement::fetchObject 返回嵌套對象的數據處理技巧
5
結合PDOStatement::fetchObject 和ORM 框架的使用技巧
4
使用get_include_path() 和file_get_contents() 動態加載文件內容
3
PHP與JS的聯動調用技術探討
6
同類函數
touch
touch
設定文件的訪問和修改時間
file_exists
file_exists
檢查文件或目錄是否存在
rewind
rewind
倒回文件指針的位置
feof
feof
測試文件指針是否到了文件結束的位置
fileatime
fileatime
獲取文件的最後訪問時間
realpath
realpath
返回規範化的絕對路徑名
parse_ini_string
parse_ini_string
解析配置字符串
fgetc
fgetc
從文件指針中讀取字符
熱門文章