timestamp => date, missed two

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194979 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2005-09-02 19:26:14 +00:00
parent 871e486aab
commit 95243d1d3b

View file

@ -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">