![]() |
|
||||||||||
|
get_loaded_extensions(PHP 4, PHP 5) get_loaded_extensions -- Returns an array with the names of all modules compiled and loadedDescriptionarray 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(). get_loaded_extensions There are no user contributed notes for this page. |