当前位置: 首页> 函数类别大全> 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
同类函数
  • 从文件指针中读取一行  fgets

    fgets

    从文件指针中读取一行
  • 获取文件权限  fileperms

    fileperms

    获取文件权限
  • 获取文件修改时间  filemtime

    filemtime

    获取文件修改时间
  • 获取文件类型  filetype

    filetype

    获取文件类型
  • 返回文件系统或磁盘分区的总大小  disk_total_space

    disk_total_space

    返回文件系统或磁盘分区的总大小
  • stream_set_write_buffer 的别名  set_file_buffer

    set_file_buffer

    stream_set_write_buf
  • 寻找与模式匹配的文件路径  glob

    glob

    寻找与模式匹配的文件路径
  • 判断文件是否存在且可读  is_readable

    is_readable

    判断文件是否存在且可读
热门文章