September 2001
Intermediate to advanced
768 pages
32h 45m
English
array get_loaded_extensions(void)
Displays the loaded extensions.
Returns:
Currently loaded extensions
Description:
Returns an array containing the names of any extensions currently loaded into PHP. Internal PHP functions are available through the “standard” module.
Version:
Existing since version 4.0
See also:
get_extension_funcs()
Example:
print_r(get_loaded_extensions()) |
Read now
Unlock full access