mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document how to cause unspecified portions of the time given to
createFromFormat() to be initialized to zero. Addresses bug #49480. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288278 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6bdd33b75f
commit
24cee2dd6a
1 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,15 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
If the first character of <parameter>format</parameter>
|
||||
is <literal>!</literal>, then portions of the date/time value
|
||||
generated which are not specified in
|
||||
<parameter>time</parameter> will be initialized to zero. If the
|
||||
first character of <parameter>format</parameter> is
|
||||
not <literal>!</literal> then portions of the date/time value
|
||||
generated will be initialized to the current system time.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue