hholzgra Sat Sep 28 14:25:23 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions filegroup.xml Log: fix for Bug #19643 Index: phpdoc/en/reference/filesystem/functions/filegroup.xml diff -u phpdoc/en/reference/filesystem/functions/filegroup.xml:1.3 phpdoc/en/reference/filesystem/functions/filegroup.xml:1.4 --- phpdoc/en/reference/filesystem/functions/filegroup.xml:1.3 Tue Aug 13 23:28:02 2002 +++ phpdoc/en/reference/filesystem/functions/filegroup.xml Sat Sep 28 14:25:23 +2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.filegroup"> <refnamediv> @@ -13,7 +13,7 @@ <methodparam><type>string</type><parameter>filename</parameter></methodparam> </methodsynopsis> <para> - Returns the group ID of the owner of the file, or &false; in case + Returns the group ID of the file, or &false; in case of an error. The group ID is returned in numerical format, use <function>posix_getgrgid</function> to resolve it to a group name. </para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php