Hi all

I created and uploaded a new package on our PEAR-channel, doc.php.net,
called "pman".

The pman package contains the PHP documentations in a Unix man-page
format (thanks Rudy!!) and a simple one line shell script (`pman`)
that changes the manpath to the location of the PHP manual files.

If you have never used the doc.php.net channel before you first have
to "discover it" by typing:
  pear channel-discover doc.php.net

To install the pman package:
  pear install doc.php.net/pman

To view the manual pages type:
  pman functionname # i.e. pman date

To view method manual pages type:
  pman classname.methodname # i.e. pman domdocument.xinclude

-Hannes

Reply via email to