$user->isNth()
Checks if the item is at a certain position
$user->isNth(int $n, Kirby\Cms\Users|null $collection = null): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $nrequired | int |
no default value |
| $collection | Kirby\Cms\Usersornull |
null
|
Return type
bool
This method modifies the existing $user object it is applied to and returns it again.