User
Less than 1 minute
User
Methods
listUsers
public listUsers(): void
createUser
public createUser(string $name, ?string $password, array $privileges = []): bool
Parameters
Parameter | Type | Description |
---|---|---|
$name | string | |
$password | string | |
$privileges | array |
dropUser
public dropUser(string $name, bool $ifExists = false): bool
Parameters
Parameter | Type | Description |
---|---|---|
$name | string | |
$ifExists | bool |
Generated by Hazaar API Doc Generator