mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
913711cfc3
commit
76e5d7c5c4
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue