From 5092246954c4f5a6cac28d4afe691b54862ec200 Mon Sep 17 00:00:00 2001 From: Brett Bieber Date: Fri, 14 Nov 2008 20:45:14 +0000 Subject: [PATCH] Remove undocumented example, add filesize to seealso, add return type. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269028 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileinfo/getsize.xml | 31 ++++----------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/reference/spl/splfileinfo/getsize.xml b/reference/spl/splfileinfo/getsize.xml index 48f38979a9..7f183cbfbb 100644 --- a/reference/spl/splfileinfo/getsize.xml +++ b/reference/spl/splfileinfo/getsize.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ &reftitle.description; - public voidSplFileInfo::getSize + public intSplFileInfo::getSize @@ -33,30 +33,7 @@ &reftitle.errors; - If the file does not exist a RuntimeException will be thrown. - - - - - - &reftitle.examples; - - - <function>SplFileInfo::getSize</function> example - - -]]> - - &example.outputs.similar; - - - - + A RuntimeException will be thrown if the file does not exist or an error occurs. @@ -64,7 +41,7 @@ &reftitle.seealso; - Classname::Method + filesize