以下の内容はhttps://www.weblio.jp/content/disk_total_spaceより取得しました。


PHP Documentation GroupPHP Documentation Group

disk_total_space

(PHP 4 >= 4.0.7, PHP 5)
disk_total_space — ディレクトリの全体サイズを返す

説明

float disk_total_space ( string directory )
ディレクトリを含む文字列を指定してください。この関数は、 ファイルシステムまたはディスクパーティションに対応する 全体バイト数を返します。
例 590. disk_total_space() の例
<?php
$df = disk_total_space("/"); // $df は、「/」で利用可能な全体バイト数

// Windows の場合:
disk_total_space("C:");
disk_total_space("D:");
?>


注意: この関数では、 リモートファイル を 使用することはできません。これは、処理されるファイルがサーバの ファイルシステムによりアクセスできる必要があるためです。
disk_free_space() も参照してください。





以上の内容はhttps://www.weblio.jp/content/disk_total_spaceより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14