Junior PHP Developer Question:
Download Questions PDF

Tell me what is PEAR?

Answer:

PEAR is a framework and distribution system for reusable PHP components. The project seeks to provide a structured library of code, maintain a system for distributing code and for managing code packages, and promote a standard coding style. PEAR is broken into three classes: PEAR Core Components, PEAR Packages, and PECL Packages. The Core Components include the base classes of PEAR and PEAR_Error, along with database, HTTP, logging, and e-mailing functions. The PEAR Packages include functionality providing for authentication, networking, and file system features, as well as tools for working with XML and HTML templates.

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?Tell me what does PEAR stands for?