BearFramework\DataList::slice

Extract a slice of the list.
public mixed slice int $offset [, int $length ] )
Parameters
offset
The index position where the extraction should begin
length
The max length of the items in the extracted slice.
Returns
Returns a slice of the list.
Details
Location: ~/src/DataList.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.