当前位置: 首页> 函数类别大全> disk_total_space

disk_total_space

返回文件系统或磁盘分区的总大小
名称:disk_total_space
分类:文件系统
所属语言:php
一句话介绍:返回一个目录的磁盘总容量。

实例

<span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">disk_total_space</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>

输出类似这样:

509693888668
同类函数
  • 给出一个文件或符号连接的信息  lstat

    lstat

    给出一个文件或符号连接的信息
  • 改变文件模式  chmod

    chmod

    改变文件模式
  • 把整个文件读入一个数组中  file

    file

    把整个文件读入一个数组中
  • 提供有关文件的信息  stat

    stat

    提供有关文件的信息
  • 从文件指针中读入一行并解析 CSV 字段  fgetcsv

    fgetcsv

    从文件指针中读入一行并解析CSV字段
  • 打开进程文件指针  popen

    popen

    打开进程文件指针
  • 检查文件或目录是否存在  file_exists

    file_exists

    检查文件或目录是否存在
  • 删除目录  rmdir

    rmdir

    删除目录