PEAR_Info
Displays Information about your current PEAR install. Akin to PHP's phpinfo().
Summary
Features
generates a comprehensive information page for your current PEAR install.
the format for the page is similar to that for phpinfo() except using PEAR colors.
have complete PEAR Credits (based on the packages you have installed).
will show if there is a newer version than the one presently installed (and what its state is).
a default style sheet is provided by default, but render is fully customizable
About
- Table of Contents
- FAQ -- Answers to most Frequently Asked Questions
- News -- What is New in version ?
- Introduction -- Introduction to PEAR_Info
Reference guide
- Table of Contents
- constructor PEAR_Info::PEAR_Info() -- PHP 4 style constructor (ZE1)
- PEAR_Info::display() -- Displays PEAR_Info output
- PEAR_Info::getMembers() -- Returns a members list depending of its category (group, docs, website)
- PEAR_Info::getStyleSheet() -- Returns the custom style sheet to use for presentation
- PEAR_Info::packageInstalled() -- Check if a package is installed
- PEAR_Info::pearImage() -- Display the PEAR logo
- PEAR_Info::setProxy() -- Sets PEAR HTTP Proxy Server Address
- PEAR_Info::setStyleSheet() -- Sets the custom style sheet to use your own styles
- PEAR_Info::show() -- Shows PEAR_Info output
- PEAR_Info::toHtml() -- Returns PEAR_Info output (html code)
