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:
Torben Wilson 2009-09-12 09:09:38 +00:00
parent 6bdd33b75f
commit 24cee2dd6a

View file

@ -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">