-
-
Notifications
You must be signed in to change notification settings - Fork 0
Extension
github-actions edited this page Apr 24, 2026
·
1 revision
Checks PHP runtime extension availability through PHP's native runtime.
- Full name:
\FastForward\DevTools\Php\Extension - This class is marked as final and can't be subclassed
- This class implements:
\FastForward\DevTools\Php\ExtensionInterface - This class is a Final class
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