By submitting PHP Resources you own, or know of, you'll help us build the largest PHP Resource website on the net. Please double check that your resource doesn't already exist before you submit it!!. We thank you for helping make this a better website.
You often don't know which files belong to a certain installed
package. list-files is helping you here. It shows you
the file's role and its full path:
$ pear list-files log
Installed Files For log
=======================
Type Install Path
doc /usr/share/pear/docs/Log/docs/guide.txt
...
php /usr/share/pear/Log/composite.php
php /usr/share/pear/Log/console.php
...
data /usr/share/pear/data/Log/misc/log.sql
test /usr/share/pear/tests/Log/tests/composite.phpt
...
php /usr/share/pear/Log.php
While we try to document each package in the manual, many packages
- with or without a manual entry - come with examples. They have the
file role "doc" and can be located with
list-files, too: