Nextcloud PHP API (master)

ILimitAwareCountUsersBackend extends ICountUsersBackend

Tags
since
31.0.0

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
since
31.0.0
Return values
int|false

The number of users (may be limited to $limit) on success false on failure


        
On this page

Search results