Extension
Less than 1 minute
Extension
Methods
listExtensions
public listExtensions(): void
createExtension
public createExtension(string $name): bool
Parameters
Parameter | Type | Description |
---|---|---|
$name | string |
dropExtension
public dropExtension(string $name, bool $ifExists = false): bool
Parameters
Parameter | Type | Description |
---|---|---|
$name | string | |
$ifExists | bool |
extensionExists
public extensionExists(string $name): bool
Parameters
Parameter | Type | Description |
---|---|---|
$name | string |
Generated by Hazaar API Doc Generator