vrana Thu Jun 23 04:02:09 2005 EDT
Modified files: /phpdoc/en/reference/datetime/functions localtime.xml Log: Accepts bool http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/localtime.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/datetime/functions/localtime.xml diff -u phpdoc/en/reference/datetime/functions/localtime.xml:1.5 phpdoc/en/reference/datetime/functions/localtime.xml:1.6 --- phpdoc/en/reference/datetime/functions/localtime.xml:1.5 Sun Apr 24 19:50:58 2005 +++ phpdoc/en/reference/datetime/functions/localtime.xml Thu Jun 23 04:02:08 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.10 --> <refentry id="function.localtime"> <refnamediv> @@ -87,7 +87,7 @@ <![CDATA[ <?php $localtime = localtime(); -$localtime_assoc = localtime(time(), 1); +$localtime_assoc = localtime(time(), true); print_r($localtime); print_r($localtime_assoc); ?>