PHP disk_total_space() 函數(shù)
PHP disk_total_space() 函數(shù)

定義和用法
disk_total_space() 函數(shù)返回指定目錄的磁盤(pán)總?cè)萘?,以字?jié)為單位。
語(yǔ)法
disk_total_space(directory)
參數(shù) | 描述 |
---|---|
directory | 必需。規(guī)定要檢查的目錄。 |
實(shí)例
<?php
echo disk_total_space("C:");
?>
echo disk_total_space("C:");
?>
上面的代碼將輸出:
119990349824

相關(guān)文章
- PHP 發(fā)送電子郵件
- PHP 異常處理
- PHP array_diff_key() 函數(shù)
- PHP array_intersect_assoc() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_splice() 函數(shù)
- PHP array_sum() 函數(shù)
- PHP array_udiff_assoc() 函數(shù)
- PHP array_walk() 函數(shù)
- PHP extract() 函數(shù)
- PHP key() 函數(shù)
- PHP next() 函數(shù)
- PHP sizeof() 函數(shù)
- PHP sort() 函數(shù)
- PHP Error 和 Logging 函數(shù)
- PHP 5 Filesystem 函數(shù)
- PHP Libxml 函數(shù)
- PHP 雜項(xiàng) 函數(shù)
- PHP 5 MySQLi 函數(shù)
- PHP PDO