Users(string $table)
string
The table to use as information source
create(string $username) : int
string
Specifies the username
int
userid of created userdeleteUserByID(string $userid) : bool
string
Specifies the user ID
bool
True if the delete was successfuldeleteUserByUsername($username) : bool
bool
True if the delete was successfulgetAccessibleUsers($perms, $includeAdmins) : array
array
Array of user objects$db : object
access | private |
---|
$table : string
access | private |
---|