Introduction | |
PEAR Manual | |
require_once 'PEAR/Info.php'; |
void constructor PEAR_Info::PEAR_Info (
string $pear_dir = ''
, string $user_file = ''
, string $system_file = ''
, array $options = NULL
)
Important: $user_file , $system_file and $options parameters are available since version 1.7.0RC1, allowing to define more easily the PEAR configuration files, and choose what information to display akin to PHP's phpinfo().
(optional) The PEAR base install directory
(optional) file to read PEAR user-defined options from
(optional) file to read PEAR system-wide defaults from
(optional) configure PEAR information output
throws no exceptions thrown
since version 1.0.1 (2003-04-24)
This function can not be called statically.
|
Introduction | |
PEAR Manual | |