fixes Bug #60427: array_reverse docs are slightly misleading

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320282 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gordon Oheim 2011-12-02 13:00:40 +00:00
parent 3cebb7fbd5
commit 70c08c45a4

View file

@ -33,7 +33,8 @@
<term><parameter>preserve_keys</parameter></term>
<listitem>
<para>
If set to &true; keys are preserved.
If set to &true; numeric keys are preserved.
Non-numeric keys are not affected by this setting and will always be preserved.
</para>
</listitem>
</varlistentry>