开发者

How to get the disk space on a server?

开发者 https://www.devze.com 2022-12-22 10:49 出处:网络
I should to develop a web-application in php for a firm, and I need to know the disk free space of the server.

I should to develop a web-application in php for a firm, and I need to know the disk free space of the server.

At the moment, I'm able to obtain the free disk space of this kind :

 $quota="104857600"; //100Mb : (100*1024*1024)

after, I do the difference between $quota and my size variable.

So, in this case, I must to write the disk size d开发者_如何学JAVAirectly in the php file...

It's possible to do the disk capacity ?


disk_free_space - Will return you the number of bytes available on the filesystem or disk partition.

disk_total_space - Will return you the number of total bytes (i.e. capacity) on the filesystem or disk partition.


Try disk_total_space function

float disk_total_space ( string $directory )

http://php.net/manual/en/function.disk-total-space.php


you can try disk_free_space()


You can use disk_free_space

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号