File "infos_php.php"

Full Path: /home/analogde/www/Documents/infos_php.php
File size: 205 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

// Affiche toutes les informations, comme le ferait INFO_ALL
phpinfo();

// Affiche uniquement le module d'information.
// phpinfo(8) fournirait les mêmes informations.
//phpinfo(INFO_MODULES);

?>