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 return in php function?
What the difference between WAMP5 1.7.3 and WampServer 2?
What is difference between print and echo in php?
What is a static method php?
What is the purpose of pear in php?
How to call a php function from another php file?
how to count how many sundays in month?
What are the 3 types of sessions?
What are the three parts of an http request?
What is framework? How it works? What is advantage?
What is the use of strip_tags() method?
What should we do to be able to export data into an excel file?