dallas Fri Sep 2 15:26:14 2005 EDT
Modified files:
/phpdoc/en/reference/datetime/functions strptime.xml
Log:
timestamp => date, missed two
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strptime.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/strptime.xml
diff -u phpdoc/en/reference/datetime/functions/strptime.xml:1.5
phpdoc/en/reference/datetime/functions/strptime.xml:1.6
--- phpdoc/en/reference/datetime/functions/strptime.xml:1.5 Fri Sep 2
12:39:25 2005
+++ phpdoc/en/reference/datetime/functions/strptime.xml Fri Sep 2 15:26:14 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.strptime">
<refnamediv>
<refname>strptime</refname>
@@ -41,7 +41,7 @@
<term><parameter>format</parameter> (<type>string</type>)</term>
<listitem>
<para>
- The format used in <parameter>timestamp</parameter> (e.g. the same as
+ The format used in <parameter>date</parameter> (e.g. the same as
used in <function>strftime</function>).
</para>
<para>
@@ -105,14 +105,14 @@
</row>
<row>
<entry>unparsed</entry>
- <entry>the <parameter>timestamp</parameter> part which was not
+ <entry>the <parameter>date</parameter> part which was not
recognized using the specified <parameter>format</parameter></entry>
</row>
</tbody>
</tgroup>
</table>
</para>
-
+
</refsect1>
<refsect1 role="examples">