diskfreespace
disk_free_space 的別名
diskfreespace()
函數返回目錄中的可用空間。該函數是disk_free_space()
函數的別名。
<?php echo diskfreespace ( "C:" ) ; ?>
輸出:
209693288558
diskfreespace ( directory )
參數 | 描述 |
---|---|
directory | 必需。規定要檢查的目錄。 |
directory參數是一個目錄的字符串。該函數將根據相應的文件系統或磁盤分區返回可用的字節數。