InterviewSolution
Saved Bookmarks
| 1. |
PEAR in PHP |
|
Answer» PEAR is short for PHP Extension and Application Repository . It is the next revolution in PHP. It 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" |
|