Davey's PEAR_Info
Making your (coding) life simpler
2024-11-26
9
<?php
require_once
'PEAR/Info.php'
;
$info
= new
PEAR_Info
();
$info
->
show
();
?>