mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed localtime returnvalues description. (#692)
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com> Co-authored-by: Anna Filina <afilina@gmail.com>
This commit is contained in:
parent
6b739fa2ec
commit
a4ba07f273
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@
|
|||
the array is returned as a regular, numerically indexed array.
|
||||
If <parameter>associative</parameter> is set to &true; then
|
||||
<function>localtime</function> returns an associative array containing
|
||||
all the different elements of the structure returned by the C
|
||||
the elements of the structure returned by the C
|
||||
function call to localtime.
|
||||
The names of the different keys of the associative array are as follows:
|
||||
The keys of the associative array are as follows:
|
||||
</para>
|
||||
<para>
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue