PHP 獲取伺服器磁碟空間

Liuboxx1發表於2018-11-26

獲取的是位元組數

<?php
echo disk_total_space('目錄');     #獲取總大小
echo disk_free_space('目錄');     #獲取可用空間

相關文章