What is meant by PEAR in php?
Hi,
PEAR is a framework and distribution system for reusable PHP components.It eases installation by bringing an automated wizard, and packing the strength and experience of PHP users into a nicely organised OOP library. PEAR also provides a command-line interface that can be used to automatically install "packages".
Thanks