Search Results
get_loaded_extensions () - Returns an array with the names of all modules compiled and loaded get_extension_funcs () - Returns an array with the names of the functions of a module
- Phpversion
Return Values ¶ Returns the current PHP version as a string....
- Getmypid
Warning Process IDs are not unique, thus they are a weak...
- Getmyinode
getmyinode (PHP 4, PHP 5, PHP 7, PHP 8) getmyinode — Gets...
- Phpversion
Le nom de l'extension. Ce paramètre n'est pas sensible à la casse. Vous pouvez connaître le nom des différentes extensions PHP en utilisant la fonction phpinfo () ou bien si vous utilisez la version CGI ou CLI de PHP, vous pouvez utiliser l'option de ligne de commande -m pour afficher toutes les extensions disponibles : $ php -m [PHP Modules] xml tokenizer standard sockets session posix ...
The extension_loaded function checks whether the specified extension is loaded in the current PHP configuration. The function takes a string with the extension name as a parameter and returns true if the extension is active, or false if it is not loaded.
Find out whether an extension is loaded
The extension_loaded() function is a PHP function used to check whether a particular PHP extension is loaded and available to use. It takes a single parameter, which is the name of the extension to check.
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8 Find out whether an extension is loaded
People also ask
How to check if a PHP extension is loaded?
How to check if an extension is enabled in PHP?
How do I know if an extension is loaded?
get_loaded_extensions () - Returns an array with the names of all modules compiled and loaded get_extension_funcs () - Returns an array with the names of the functions of a module phpinfo () - Outputs information about PHP's configuration dl () - Loads a PHP extension at runtime function_exists () - Return TRUE if the given function has been ...
