apache_get_modules
Get a list of loaded Apache modules
Description
arrayapache_get_modules
This function returns an array with the loaded Apache modules.
apache_get_modules example
]]>
The above example will output something similar to:
core
[1] => http_core
[2] => mod_so
[3] => sapi_apache2
[4] => mod_mime
[5] => mod_rewrite
)
]]>