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 |
How many ways to include array elements in double-quoted strings using php?
Which operator is used to concatenate two strings in PHP?
What are the different opening and closing tags available in PHP?
How to create an empty array in php?
What type of headers have to be added in the mail function to attach a file?
What is the difference between for and foreach?
what is different between PHP and Asp.net?
Whhat is a Functions
Tell me are parent constructors called implicitly inside a class constructor?
What is list function with their uses.
What is $_ files in php?
Tell me what is the difference between characters 34 and x34?