nlopess Mon May 24 09:27:24 2004 EDT
Modified files: /phpdoc/en/reference/array/functions array-splice.xml Log: fixed equivalent to array_shift http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-splice.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/array/functions/array-splice.xml diff -u phpdoc/en/reference/array/functions/array-splice.xml:1.9 phpdoc/en/reference/array/functions/array-splice.xml:1.10 --- phpdoc/en/reference/array/functions/array-splice.xml:1.9 Sun Aug 17 08:21:03 2003 +++ phpdoc/en/reference/array/functions/array-splice.xml Mon May 24 09:27:24 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 --> <refentry id="function.array-splice"> <refnamediv> @@ -86,7 +86,7 @@ array_shift($input) </entry> <entry> - array_splice($input, -1) + array_splice($input, 0, 1) </entry> </row> <row>