當前位置: 首頁> 函數類別大全> diskfreespace

diskfreespace

disk_free_space 的別名
名稱:diskfreespace
分類:文件系統
所屬語言:php
一句話介紹:disk_free_space() 的別名。

實例

<span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">diskfreespace</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"C:"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

輸出:

 209693288558
同類函數