nlopess Mon Oct 4 06:07:53 2004 EDT
Modified files:
/phpdoc/en/reference/datetime/functions strptime.xml
Log:
document the unparsed key
#thanks to Sterling
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strptime.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/datetime/functions/strptime.xml
diff -u phpdoc/en/reference/datetime/functions/strptime.xml:1.3
phpdoc/en/reference/datetime/functions/strptime.xml:1.4
--- phpdoc/en/reference/datetime/functions/strptime.xml:1.3 Sun Oct 3 12:11:24
2004
+++ phpdoc/en/reference/datetime/functions/strptime.xml Mon Oct 4 06:07:51 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.strptime">
<refnamediv>
<refname>strptime</refname>
@@ -101,6 +101,11 @@
<row>
<entry>tm_yday</entry>
<entry>Days since January 1 (0-365)</entry>
+ </row>
+ <row>
+ <entry>unparsed</entry>
+ <entry>the <parameter>timestamp</parameter> part which was not
+ recognized using the specified <parameter>format</parameter></entry>
</row>
</tbody>
</tgroup>