Web-shop for only 500 euro during 3 days, +38 068 801 14 71 (Kiev, Ukraine)
(PHP 3>= 3.0.7, PHP 4 >= 4.0b4) diskfreespace -- Returns available space in directory Descriptionfloat diskfreespace (string directory)
Given a string containing a directory, this function will return the number of bytes available on the corresponding filesystem or disk partition.
Example 1. diskfreespace() example
$df = diskfreespace("/"); // $df contains the number of bytes // available on "/" |
| |