Answer Posted / 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 |
Post New Answer View All Answers
Write the statements that are used to connect php with mysql
Tell me how to get the value of current session id?
What is php and its features?
What is the meaning of "enctype= multipart/form-data" ?
How do I run a php script?
How does cookies work in php?
Which of the data type is compound datatype supported by PHP?
How can you upload a file using php?
What is session in php why it is use?
How to take a substring from a given string in php?
Explain mixed and callback functions?
Can you extend a final defined class?
What is a static variable in php?
How to create a mysql connection?
What is the difference between characters and #?