PG / PEAR / PEAR_Info


サンプルソース

<?
 require_once("PEAR/Info.php");
 
 $info = new PEAR_Info();
 $info->show();
?>