Answer Posted / 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 |
Post New Answer View All Answers
Explain what are psrs?
Write down the code for saving an uploaded file in PHP.
How to return a value back to the function caller?
What is the difference between session_unregister() and session_unset()?
How to remove blank spaces from the string?
What is the difference between query and question?
Do you know how to delete a file from the system?
Why echo is faster than print in php?
How do you clear environment variables?
How we get browser details of clients machine?
How to call javascript function in php on button click?
How can you associate a variable with a session?
How do I run a php program in dreamweaver?
What is the super method?
Is it possible to submit a form with a dedicated button?