PHP. Руководство по PHP. 2005
get_loaded_extensions
get_loaded_extensions
(PHP 4, PHP 5)get_loaded_extensions -- Returns an array with the names of all modules compiled and loaded
Description
array 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:
Array |
See also get_extension_funcs(), extension_loaded(), dl(), and phpinfo().
get_included_files
get_magic_quotes_gpc