array_splice

Definition

array array_splice ( array &$input , int $offset [, int $length = 0 [, mixed $replacement ]] )

Description

Removes the elements designated by offset and length from the input array, and replaces them with the elements of the replacement array, if supplied.

[More at php.net]

Parameters





loading


Share/bookmark - array_splice


Global comments