InterviewSolution
Saved Bookmarks
| 1. |
What does PEAR stands for? |
|
Answer» PEAR stands for “PHP Extension and Application Repository”. PEAR is a FRAMEWORK and repository for all of the reusable PHP components. PEAR provides a higher level of programming for web developers. It contains all KINDS of PHP code snippets and libraries. It also provides you with a command-line interface to automatically INSTALL packages. |
|