vrana Thu Jun 23 04:25:32 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.6&r2=1.7&ty=u
Index: phpdoc/en/reference/datetime/functions/localtime.xml
diff -u phpdoc/en/reference/datetime/functions/localtime.xml:1.6
phpdoc/en/reference/datetime/functions/localtime.xml:1.7
--- phpdoc/en/reference/datetime/functions/localtime.xml:1.6 Thu Jun 23
04:02:08 2005
+++ phpdoc/en/reference/datetime/functions/localtime.xml Thu Jun 23
04:25:32 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.10 -->
<refentry id="function.localtime">
<refnamediv>
@@ -20,9 +20,9 @@
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
+ <parameter>is_associative</parameter>, if this is set to &false; or not
supplied than the array is returned as a regular, numerically
- indexed array. If the argument is set to 1 then
+ indexed array. If the argument is set to &true; then
<function>localtime</function> is an associative array containing
all the different elements of the structure returned by the C
function call to localtime. The names of the different keys of