ILimitAwareCountUsersBackend
extends
ICountUsersBackend
in
Tags
Table of Contents
Methods
- countUsers() : int|false
Methods
countUsers()
public
countUsers([int $limit = 0 ]) : int|false
Parameters
- $limit : int = 0
-
Limit to stop counting users if there are more than $limit. 0 to disable limiting.
Tags
Return values
int|false —The number of users (may be limited to $limit) on success false on failure