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://codercto.com/courses/l/5.html
Agile Web Application Development with Yii 1.1 and PHP5
Jeffrey Winesett / Packt Publishing / 2010-08-27
In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!