From 76e5d7c5c41b9867fd9bc969251071136af84af4 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 12 Aug 2000 23:57:21 +0000 Subject: [PATCH] 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 --- functions/filesystem.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 51bd8703a5..154cacfba7 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -312,7 +312,8 @@ $file = dirname($path); // $file is set to "/etc" 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.