mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[skip-revcheck] Typos
This commit is contained in:
parent
4c5d201d5f
commit
e7b5172917
1 changed files with 7 additions and 7 deletions
|
@ -15,8 +15,8 @@
|
|||
<function>date_parse</function> parses the given
|
||||
<parameter>datetime</parameter> string according to the same rules as
|
||||
<function>strtotime</function> and
|
||||
<function>DateTimeImmutable::__construct</function>. Instead of returning a
|
||||
Unix timestamp (with <function>strtotime</function>) or a
|
||||
<function>DateTimeImmutable::__construct</function>. Instead of returning
|
||||
an Unix timestamp (with <function>strtotime</function>) or a
|
||||
<classname>DateTimeImmutable</classname> object (with
|
||||
<function>DateTimeImmutable::__construct</function>, it returns an
|
||||
associative array with the information that it could detect in the given
|
||||
|
@ -59,8 +59,8 @@
|
|||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
In case the date/time format has an error, the element 'errors' will
|
||||
contains the error messages.
|
||||
In case the date/time format has an error, the element 'errors' will
|
||||
contain the error messages.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -126,9 +126,9 @@ array(12) {
|
|||
</para>
|
||||
|
||||
<para>
|
||||
The timezone elements only shows up if they are included in the given
|
||||
<parameter>datetime</parameter> string is parsed. In that case, there will
|
||||
always be a <literal>zone_type</literal> element, and a few more depending
|
||||
The timezone elements only show up if they are included in the given
|
||||
<parameter>datetime</parameter> string. In that case there will
|
||||
always be a <literal>zone_type</literal> element and a few more depending
|
||||
on its value.
|
||||
<example>
|
||||
<title><function>date_parse</function> with timezone abbreviation information</title>
|
||||
|
|
Loading…
Reference in a new issue