apache_child_terminate
<<<
apache_get_modules apache_get_version
>>>

8.1 Fonctions Apache
8 Référence des fonctions
 Manuel PHP

Introduction
Installation
Configuration à l'exécution
Types de ressources
Constantes pré-définies
apache_child_terminate
->apache_get_modules
apache_get_version
apache_getenv
apache_lookup_uri
apache_note
apache_request_headers
apache_reset_timeout
apache_response_headers
apache_setenv
ascii2ebcdic
ebcdic2ascii
getallheaders
virtual

8.1.7 apache_get_modules() Retourne la liste des modules Apache chargés

[ Exemples avec apache_get_modules ]   PHP 4 >= 4.3.2, PHP 5

array  apache_get_modules ( void )

apache_get_modules retourne un tableau contenant les modules Apache chargés.

Exemple avec apache_get_modules

<?php
print_r
(apache_get_modules());
?>

Note

Cette fonction n'est disponible que pour le gestionnaire Apache 2. Depuis PHP 5, la fonction est également disponible pour les filtres Apache 2 et Apache 1.

<< apache_get_modules >>
apache_child_terminate Fonctions Apache apache_get_version