What is PEAR?
Answer / gravyplaya
The PHP Extension and Application Repository, or PEAR, is a
framework and distribution system for PHP code components.
PEAR is short for "PHP Extension and Application
Repository" and is pronounced just like the fruit. The
purpose of PEAR is to provide:
* A structured library of open-source code for PHP users
* A system for code distribution and package maintenance
* A standard style for code written in PHP, specified here
* The PHP Extension Community Library (PECL)
* A web site, mailing lists and download mirrors to support
the PHP/PEAR community
| Is This Answer Correct ? | 3 Yes | 0 No |
What is mysqli_real_escape_string?
What are the different functions in sorting an array?
Explain the syntax for ‘foreach’ loop with example.
what is the difference between ph4 and php5
Explain me is multiple inheritance supported in php?
What is composer phar?
What is "echo" in php?
What does a special set of tags do in php?
How long will it take to learn php?
Which function is used to read a single character from a file in PHP.
What is isset in php form?
What is alias in php?