get_loaded_extensions

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:

Display loaded extensions
print_r(get_loaded_extensions()) 

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.