當前位置: 首頁> 函數類別大全> 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
同類函數
  • is_writable 的別名 is_writeable

    is_writeable

    is_writable的別名
  • 判斷文件是否存在且可讀 is_readable

    is_readable

    判斷文件是否存在且可讀
  • 提供有關文件的信息 stat

    stat

    提供有關文件的信息
  • 打開進程文件指針 popen

    popen

    打開進程文件指針
  • 返回文件系統或磁盤分區的總大小 disk_total_space

    disk_total_space

    返回文件系統或磁盤分區的總大小
  • fwrite 的別名 fputs

    fputs

    fwrite的別名
  • 在文件指針中定位 fseek

    fseek

    在文件指針中定位
  • 返迴路徑中的文件名部分 basename

    basename

    返迴路徑中的文件名部分