arraySlice
10
Overview
ColdFusion
Open BlueDragon
Lucee
Returns subset of the given array. If start position is negative, it is considered as position from end of the array
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
10
|
array | Yes | Array | Array to be sliced | |
10
|
count | No | Numeric | Number of elements to be returned | |
length | No | ||||
offset | No | ||||
10
|
start | Yes | Numeric | Start position from where to slice the array. Negative value means position is from end of the array |