get_loaded_extensionsDescriptionarray get_loaded_extensions ( void )This function returns the names of all the modules compiled and loaded in the PHP interpreter. For example the line below
will print a list like:
See also get_extension_funcs(), extension_loaded(), dl(), and phpinfo(). | ||||