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
Programming Computer Vision with Python
Jan Erik Solem / O'Reilly Media / 2012-6-22 / USD 39.99
If you want a basic understanding of computer vision's underlying theory and algorithms, this hands-on introduction is the ideal place to start. As a student, researcher, hacker, or enthusiast, you'll......一起来看看 《Programming Computer Vision with Python》 这本书的介绍吧!