$path->nth()
Returns the nth element from the collection
$path->nth(int $n): mixed
Parameters
Name | Type | Default |
---|---|---|
$n * | int |
– |
Return type
mixed
Parent class
Kirby\Http\Path
inherited from Kirby\Toolkit\Collection
Returns the nth element from the collection
$path->nth(int $n): mixed
Name | Type | Default |
---|---|---|
$n * | int |
– |
mixed
Kirby\Http\Path
inherited from Kirby\Toolkit\Collection