Skip to content

Extension

github-actions edited this page Apr 24, 2026 · 1 revision

Checks PHP runtime extension availability through PHP's native runtime.


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