Method Search.ResultSet()->slice()
- Method slice
array
(array
(int
)) slice(int
first
,int
nelems
)- Description
Return nelems entries from the result-set, starting with first. If 'first' is outside the resultset, or nelems is 0, 0 is returned.
array
(array
(int
)) slice(int
first
, int
nelems
)
Return nelems entries from the result-set, starting with first. If 'first' is outside the resultset, or nelems is 0, 0 is returned.