[ASK] Disk Quota Php


Status
Not open for further replies.

newbea

Poster 1.0
Mau tanya sesepuh disini, gimana caranya lihat total size di vps pake php?
kalo di windows misal

Code:
<?php
$ds = disk_total_space("/");
$ds = disk_total_space("E:");
echo" $ds";
?>
 
Status
Not open for further replies.

Top