Search Results

  1. 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...

  2. 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 ...

  3. 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.

  4. Find out whether an extension is loaded

  5. 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.

  6. Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8 Find out whether an extension is loaded

  7. People also ask

  8. 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 ...