betz Sat Mar 29 10:15:45 2003 EDT Modified files: /phpdoc/en/reference/datetime/functions localtime.xml Log: parameter timestamp further explained Index: phpdoc/en/reference/datetime/functions/localtime.xml diff -u phpdoc/en/reference/datetime/functions/localtime.xml:1.2 phpdoc/en/reference/datetime/functions/localtime.xml:1.3 --- phpdoc/en/reference/datetime/functions/localtime.xml:1.2 Wed Apr 17 02:37:11 2002 +++ phpdoc/en/reference/datetime/functions/localtime.xml Sat Mar 29 10:15:45 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.10 --> <refentry id="function.localtime"> <refnamediv> @@ -21,7 +21,8 @@ The <function>localtime</function> function returns an array identical to that of the structure returned by the C function call. The first argument to <function>localtime</function> is - the timestamp, if this is not given the current time is used. + the timestamp, if this is not given the current time as returned + from <function>time</function> is used. The second argument to the <function>localtime</function> is the <parameter>is_associative</parameter>, if this is set to 0 or not supplied than the array is returned as a regular, numerically
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php