mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
fixed parameter markup
there is no named parameter "Unix timestamp". https://github.com/php/php-src/blob/php-8.1.6/ext/date/php_date.stub.php#L8
This commit is contained in:
parent
dab41534c6
commit
089983558f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a string formatted according to the given format string using the
|
||||
given integer <parameter>Unix timestamp</parameter> or the current time
|
||||
given integer <parameter>timestamp</parameter> (Unix timestamp) or the current time
|
||||
if no timestamp is given. In other words, <parameter>timestamp</parameter>
|
||||
is optional and defaults to the value of <function>time</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue