$users->nth()
Returns the nth element from the collection
$users->nth(int $n): mixed
Parameters
Name | Type | Default | Description |
---|---|---|---|
$n |
int |
– |
Return type
mixed
Inherited from
Kirby\Toolkit\Collection
Returns the nth element from the collection
$users->nth(int $n): mixed
Name | Type | Default | Description |
---|---|---|---|
$n |
int |
– |
mixed
Kirby\Toolkit\Collection