list_slice (list l, integer offset[, mixed length]) ⇒ list
Extracts a portion of the list from offset
up to
the specified length
and returns it.
First available: Version 1.7.6
Comments
list_slice (list l, integer offset[, mixed length]) ⇒ list
Extracts a portion of the list from offset
up to
the specified length
and returns it.
Where to search