PHP.nl

apache_get_modules

apache_get_modules

Get a list of loaded Apache modules

array **apache_get_modules**

Get a list of loaded Apache modules.

An of loaded Apache modules. array

Voorbeeld: example

<?php
print_r(apache_get_modules());
?>
Array
(
    [0] => core
    [1] => http_core
    [2] => mod_so
    [3] => sapi_apache2
    [4] => mod_mime
    [5] => mod_rewrite
)