what is pear in php in brief ?
Answer / maheshwaran
PEAR is short for "PHP Extension and Application
Repository". PEAR is the next revolution in PHP. This
repository is bringing higher level programming to PHP. PEAR
is a framework and distribution system for reusable PHP
components. It eases installation by bringing an automated
wizard, and packing the strength and experience of PHP users
into a nicely organised OOP library. PEAR also provides a
command-line interface that can be used to automatically
install "packages"
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the difference between for and foreach?
coding for deleting items form data base on select
How to remove duplicate values from a PHP Array?
What is self in php?
What is foreach loop in php?
Where is the submitted form data stored?
What are php applications?
What is the definition of a session?
What does $_server means?
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
What is the diffrence between GET,POST and REQUEST Method.
Tell me what are the correct and the most two common way to start and finish a php block of code?