tularis Fri Jun 8 13:24:48 2007 UTC
Modified files: /phpdoc/en/reference/array/functions array-slice.xml Log: reworded "will reset numeric array keys by default" to explain it more clearly http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-slice.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/reference/array/functions/array-slice.xml diff -u phpdoc/en/reference/array/functions/array-slice.xml:1.13 phpdoc/en/reference/array/functions/array-slice.xml:1.14 --- phpdoc/en/reference/array/functions/array-slice.xml:1.13 Tue Oct 31 11:24:01 2006 +++ phpdoc/en/reference/array/functions/array-slice.xml Fri Jun 8 13:24:47 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 --> <refentry id="function.array-slice"> <refnamediv> @@ -37,9 +37,9 @@ <parameter>array</parameter>. </para> <para> - Note that <function>array_slice</function> will reset numeric array - keys by default. Since PHP 5.0.2, you can change this behaviour by - setting <parameter>preserve_keys</parameter> to &true;. + Note that <function>array_slice</function> will reorder and reset the + array indices by default. Since PHP 5.0.2, you can change this + behaviour by setting <parameter>preserve_keys</parameter> to &true;. </para> <para> <example>