zoukankan
html css js c++ java
PHP disk_free_space() 函数
定义和用法
disk_free_space() 函数返回指定目录的可用空间,以字节为单位。
语法
disk_free_space(directory)
参数
描述
directory
必需。规定要检查的目录。
实例
<?php
echo disk_free_space("C:");
?>
上面的代码将输出:
高佣联盟
www.cgewang.com
109693288448
查看全文
相关阅读:
053-146
053-659
053-658
053-657
053-656
053-654
053-655
053-652
053-651
053-650
原文地址:https://www.cnblogs.com/yc10086/p/12996316.html
最新文章
猜年龄
bug 修改心得
ssh myeclipse的bug
ssh An internal error occured during "Add Deployment"
apr 内存管理
linux ubuntu的root密码
void和void*
linux 安装eclipse 和cdt
linux 安装vbox增强工具
linux 安装程序
热门文章
【leetcode】反转字符串中的元音字母
【leetcode】反转字符串中的单词 III
【leetcode】机器人能否返回原点
【leetcode】罗马数字转整数
【leetcode】旋转字符串
【leetcode】旋转数字
【leetcode】一维数组的动态和
【leetcode】相同的树
【leetcode】搜索插入位置
【leetcode】二叉搜索树中的搜索
Copyright © 2011-2022 走看看