當前位置: 首頁> 函數類別大全> 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
同類函數
  • 獲取realpath 緩存條目 realpath_cache_get

    realpath_cache_get

    獲取realpath緩存條目
  • 新建目錄 mkdir

    mkdir

    新建目錄
  • 在文件指針中定位 fseek

    fseek

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

    fputs

    fwrite的別名
  • 建立符號連接 symlink

    symlink

    建立符號連接
  • 返迴路徑中的文件名部分 basename

    basename

    返迴路徑中的文件名部分
  • 從文件指針中讀取一行 fgets

    fgets

    從文件指針中讀取一行
  • 測試文件指針是否到了文件結束的位置 feof

    feof

    測試文件指針是否到了文件結束的位置