document the unparsed key

#thanks to Sterling


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169878 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-10-04 10:07:51 +00:00
parent 6694acda51
commit 28f2f01af7

View file

@ -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>
@ -102,6 +102,11 @@
<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>
</table>