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