From e95708e648ac79f67393b363c598f81fd8a032c0 Mon Sep 17 00:00:00 2001 From: Brett Bieber Date: Fri, 14 Nov 2008 21:40:37 +0000 Subject: [PATCH] Document SplFileInfo::getGroup git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269032 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileinfo/getgroup.xml | 33 +++++++------------------- 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/reference/spl/splfileinfo/getgroup.xml b/reference/spl/splfileinfo/getgroup.xml index 0240b9d5f1..6dbedd7d0d 100644 --- a/reference/spl/splfileinfo/getgroup.xml +++ b/reference/spl/splfileinfo/getgroup.xml @@ -1,20 +1,20 @@ - + SplFileInfo::getGroup - The getGroup purpose + Get the file group &reftitle.description; - public voidSplFileInfo::getGroup + public intSplFileInfo::getGroup - The method description goes here. + Gets the file group. The group ID is returned in numerical format. @@ -26,29 +26,14 @@ &reftitle.returnvalues; - Description... + The group id in numerical format. - - &reftitle.examples; + + &reftitle.errors; - - <function>SplFileInfo::getGroup</function> example - - -]]> - - &example.outputs.similar; - - - - + Throws RuntimeException on error. @@ -56,7 +41,7 @@ &reftitle.seealso; - Classname::Method + posix_getgrgid