Docs
Addons
Community
News
Documentation
/
API
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
BearFramework\DataList
Location: ~/src/DataList.php
back to index
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.