Skip to content

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

Methods

isLoaded

Determines whether a PHP extension is loaded in the current runtime.

public isLoaded(string $name): bool

Parameters:

Parameter Type Description
$name string the extension name

Return Value:

true when the extension is loaded


Clone this wiki locally