From fd3ee665d5dbf1b164715018848ae94831fc7cc3 Mon Sep 17 00:00:00 2001 From: Brett Bieber Date: Fri, 14 Nov 2008 19:51:08 +0000 Subject: [PATCH] Document SplFileInfo::getCTime() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269018 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileinfo/getctime.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/reference/spl/splfileinfo/getctime.xml b/reference/spl/splfileinfo/getctime.xml index 6cb9028a77..ab5037eacd 100644 --- a/reference/spl/splfileinfo/getctime.xml +++ b/reference/spl/splfileinfo/getctime.xml @@ -1,10 +1,10 @@ - + SplFileInfo::getCTime - The getCTime purpose + Gets the last change time @@ -14,7 +14,7 @@ - The method description goes here. + Returns the time the file was last changed. The time returned is a UNIX timestamp. @@ -26,7 +26,14 @@ &reftitle.returnvalues; - Description... + The last change time, in a UNIX timestamp. + + + + + &reftitle.errors; + + Throws RunTimeException on error. @@ -38,14 +45,15 @@ getCTime()); ?> ]]> &example.outputs.similar; @@ -56,7 +64,7 @@ &reftitle.seealso; - Classname::Method + filectime