isExtensionLoaded.php
Table of Contents
Functions
- isExtensionLoaded() : bool
- Checks if a PHP extension is loaded.
Functions
isExtensionLoaded()
Checks if a PHP extension is loaded.
isExtensionLoaded(string $ext) : bool
Parameters
- $ext : string
-
The case-insensitive name of the extension (e.g.
'intl','bcmath').
Tags
Return values
bool —true if a PHP extension is loaded, false otherwise