array_slice

Definition

array array_slice ( array $array , int $offset [, int $length [, bool $preserve_keys = false ]] )

Description

array_slice() returns the sequence of elements from the array array as specified by the offset and length parameters.

[More at php.net]

Parameters





loading


Share/bookmark - array_slice


Global comments