Home > PHP > Function > PHP Options/Info > get_loaded_extensions()

get_loaded_extensions()

get_loaded_extensions - Returns an array with the names of all modules compiled and loaded

Syntax

array get_loaded_extensions (bool $zend_extensions)

Arguments

  • zend_extensions - Return zend_extensions or not, defaults to FALSE (do not list zend_extensions).

Description

This function returns the names of all the modules compiled and loaded in the PHP interpreter.

Version

PHP 4, 5

Return value

Returns an indexed array of all the modules names.