Extension
Less than 1 minute
Extension
Methods
listExtensions
List all available extensions.
public listExtensions(): voidextensionExists
Check if an extension exists.
public extensionExists(string $name): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string |
createExtension
Create an extension.
public createExtension(string $name): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string |
dropExtension
Drop an extension.
public dropExtension(string $name, bool $ifExists): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | |
$ifExists | bool |
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:29 +0000