functions-online

array_splice

en
de
fr
pt

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.

Note that numeric keys in $input are not preserved.

Entfernt die durch $offset und $length angegebenen Elemente aus dem Array $input, und ersetzt diese durch die Elemente des Arrays $replacement, wenn angegeben.

Beachten Sie, dass numerische Schlüssel in $input nicht erhalten werden.

array_splice() supprime les éléments désignés par $offset et $length du tableau $input et les remplace par les éléments du tableau $replacement, si ce dernier est présent.

Notez que les clés numériques de $input ne sont pas préservées.

Remove a sequência de elementos especificados por $offset e $length do array $input, e os substitui com os elementos do array $replacement, se for especificado.

Note que as chaves numéricas em $input não são preservadas.

declaration of array_splice

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

test array_splice online













comments for array_splice

be the first

No comments so far for array_splice(). Leave yours as first below.

+

Leave your comment