Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: diskfreespace - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fclose" width="11" height="7"/> <disk_total_space
Last updated: Sun, 25 Nov 2007

view this page in

diskfreespace

(PHP 4, PHP 5)

diskfreespace — disk_free_space() のエイリアス

説明

この関数は次の関数のエイリアスです。 disk_free_space().



add a note add a note User Contributed Notes
diskfreespace
27-Oct-2005 09:17
<?php
//On windows:
$hdwinC = disk_free_space("C:");
$hdwinD = disk_free_space("D:");
echo
"Diskspace left on C: $hdwinC<br>";
echo
"Diskspace left on D: $hdwinD";

//Linux:
$hdGnu = disk_free_space("/");
echo
"Diskspace left on / $hdGnu";
?>

fclose" width="11" height="7"/> <disk_total_space
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites