Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人可以共享一个显示当前服务器磁盘使用情况的 PHP 脚本?
谢谢。
PHP 做得很好的一件事是拥有易于查找的文档。
从文档:
float disk_total_space ( string $directory )
给定一个包含目录的字符串,此函数将返回相应文件系统或磁盘分区上的总字节数。