mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
871e486aab
commit
95243d1d3b
1 changed files with 4 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue