当前位置: 首页> 函数类别大全> 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
同类函数
  • 获取文件所有者  fileowner

    fileowner

    获取文件所有者
  • 倒回文件指针的位置  rewind

    rewind

    倒回文件指针的位置
  • 新建目录  mkdir

    mkdir

    新建目录
  • 返回文件系统或磁盘分区的总大小  disk_total_space

    disk_total_space

    返回文件系统或磁盘分区的总大小
  • 通过已打开的文件指针取得文件信息  fstat

    fstat

    通过已打开的文件指针取得文件信息
  • 返回路径中的文件名部分  basename

    basename

    返回路径中的文件名部分
  • 将缓冲内容输出到文件  fflush

    fflush

    将缓冲内容输出到文件
  • 修改符号链接的所有者  lchown

    lchown

    修改符号链接的所有者