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