pollita Wed Jun 11 17:39:31 2003 EDT
Modified files:
/phpdoc/en/reference/datetime/functions getdate.xml
Log:
Incorporate usernote: Add reference to retval[0] == epochtime
Index: phpdoc/en/reference/datetime/functions/getdate.xml
diff -u phpdoc/en/reference/datetime/functions/getdate.xml:1.6
phpdoc/en/reference/datetime/functions/getdate.xml:1.7
--- phpdoc/en/reference/datetime/functions/getdate.xml:1.6 Wed Jun 4 04:20:46
2003
+++ phpdoc/en/reference/datetime/functions/getdate.xml Wed Jun 11 17:39:31 2003
@@ -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.2 -->
<refentry id="function.getdate">
<refnamediv>
@@ -79,6 +79,13 @@
<entry><literal>"month"</literal></entry>
<entry>A full textual representation of a month, such as January or
March</entry>
<entry><literal>January></literal> through
<literal>December</literal></entry>
+ </row>
+ <row>
+ <entry><literal>0</literal></entry>
+ <entry>Seconds since the Unix Epoch, similar to the values returned by
+ <function>time</function> and used by <function>date</function>.</entry>
+ <entry>System Dependent, typically <literal>-2147483648</literal> through
+ <literal>2147483647</literal>.</entry>
</row>
</tbody>
</tgroup>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php