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:
Christoph Michael Becker 2018-07-14 11:05:29 +00:00
parent 334a533c08
commit c9558408f7

View file

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