February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_splice
array array_splice(arrayarray, intoffset[, intlength[, arrayreplacement]])
Selects a sequence of elements using the same rules as array_slice(), but instead of being
returned, those elements are either removed or, if the fourth argument
is provided, replaced with that array. An array containing the removed
(or replaced) elements is returned.
Read now
Unlock full access