For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2005 > cvs: phpdoc /en/reference/array/functions array-splice.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/array/functions array-splice.xml
Jakub Vrana

2005-08-29, 6:56 pm

vrana Mon Aug 29 11:36:03 2005 EDT

Modified files:
/phpdoc/en/reference/array/functions array-splice.xml
Log:
Numeric keys in input are not preserved (bug #34227)

http://cvs.php.net/diff.php/phpdoc/...15&r2=1.16&ty=u
Index: phpdoc/en/reference/array/functions/array-splice.xml
diff -u phpdoc/en/reference/array/functions/array-splice.xml:1.15 phpdoc/en/reference/array/functions/array-splice.xml:1.16
--- phpdoc/en/reference/array/functions/array-splice.xml:1.15 Fri Mar 11 11:14:10 2005
+++ phpdoc/en/reference/array/functions/array-splice.xml Mon Aug 29 11:36:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-splice">
<refnamediv>
@@ -27,6 +27,7 @@
<parameter>input</parameter> array, and replaces them with the
elements of the <parameter>replacement</parameter> array, if
supplied. It returns an array containing the extracted elements.
+ Note that numeric keys in <parameter>input</parameter> are not preserved.
</para>
<para>
If <parameter>offset</parameter> is positive then the start of
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com