mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
String keys are always preserved
Integrates user note 115717. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
334a533c08
commit
c9558408f7
1 changed files with 2 additions and 1 deletions
|
@ -65,8 +65,9 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Note that <function>array_slice</function> will reorder and reset the
|
||||
numeric array indices by default. You can change this behaviour by setting
|
||||
integer array indices by default. You can change this behaviour by setting
|
||||
<parameter>preserve_keys</parameter> to &true;.
|
||||
String keys are always preserved, regardless of this parameter.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue