public listGroups(): void
public createGroup(string $name): bool
| Parameter | Type | Description |
|---|
$name | string | |
public dropGroup(string $name, bool $ifExists): bool
| Parameter | Type | Description |
|---|
$name | string | |
$ifExists | bool | |
public groupExists(string $name): bool
| Parameter | Type | Description |
|---|
$name | string | |
public addToGroup(string $user, string $group): bool
| Parameter | Type | Description |
|---|
$user | string | |
$group | string | |
public removeFromGroup(string $user, string $group): bool
| Parameter | Type | Description |
|---|
$user | string | |
$group | string | |
Generated by Hazaar API Doc Generator on Wed, 07 Jan 2026 11:29:59 +0000