updated strftime, made timestamp and optional parameter to be consistant with documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26277 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2000-06-13 21:50:03 +00:00
parent e627cf1b8c
commit dce216d0aa

View file

@ -652,7 +652,11 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday);
<funcsynopsis>
<funcdef>string <function>strftime</function></funcdef>
<paramdef>string <parameter>format</parameter></paramdef>
<paramdef>int <parameter>timestamp</parameter></paramdef>
<paramdef>int
<parameter>
<optional>timestamp</optional>
</parameter>
</paramdef>
</funcsynopsis>
<para>
Returns a string formatted according to the given format string