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 |
Hi all,, im completely new to PHP, started learning just 2 days before. Can anybody tell me how to run a PHP file to see the program's output? i have created some simple program in Dreamweaver CS3 but don't know how to run it...
If there are 10 text boxes in a form having same name, their value are different. Value of which textbox will be received on action script?
20 Answers A1 Technology, Bajaj, DG, Genpact,
Explain NULL?
Here in this site i could not find the details for php ZEND certifications or i think u did not post any ? so i need the information about the php certification how to prepare and some of the mock exams?
How to create an array from php string?
When to use self over $this?
How to return ascii value of character in php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
Do you have to initialize variables in php?
Is it possible multiple inheritance in php?
What is Type hinting in PHP?