Updated diskfree to reflect disks with multiple filesystems and partitions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30177 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-08-12 23:57:21 +00:00
parent 913711cfc3
commit 76e5d7c5c4

View file

@ -312,7 +312,8 @@ $file = dirname($path); // $file is set to "/etc"
</funcsynopsis>
<para>
Given a string containing a directory, this function will return
the number of bytes available on the corresponding disk.
the number of bytes available on the corresponding filesystem or
disk partition.
</para>
<para>
<example>