mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[skip-revcheck] Undo false typo
This commit is contained in:
parent
e7b5172917
commit
6f845b90b4
1 changed files with 2 additions and 2 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
|
||||
an Unix timestamp (with <function>strtotime</function>) or a
|
||||
<function>DateTimeImmutable::__construct</function>. Instead of returning a
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue