-
-
Notifications
You must be signed in to change notification settings - Fork 0
ExtensionInterface
github-actions edited this page Apr 24, 2026
·
1 revision
Checks PHP runtime extension availability without coupling callers to global functions.
- Full name:
\FastForward\DevTools\Php\ExtensionInterface
Determines whether a PHP extension is loaded in the current runtime.
public isLoaded(string $name): boolParameters:
| Parameter | Type | Description |
|---|---|---|
$name |
string | the extension name |
Return Value:
true when the extension is loaded