array_seek
Less than 1 minute
array_seek
Seek the array cursor forward $count number of elements.
public array_seek(array $array, int $count): void
Parameters
Parameter | Type | Description |
---|---|---|
$array | array | The array to seek |
$count | int | The number of elements to seek forward |
Generated by Hazaar API Doc Generator