PHP disk_free_space() 函数

PHP 教程 · 2019-01-24 18:42:50

定义和用法

disk_free_space() 函数返回指定目录的可用空间,以字节为单位。

语法


disk_free_space(directory)


参数 描述
directory 必需。规定要检查的目录。

实例


<?php
echo disk_free_space("C:");
?> 

上面的代码将输出:


109693288448


点击查看所有 PHP 教程 文章: https://www.codercto.com/courses/l/5.html

查看所有标签

Approximation Algorithms

Approximation Algorithms

Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95

'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具