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
How to uploaded files to a table?
What is a query in a database?
Write a program in php to find the occurrence of a word in a string?
Explain NULL?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
How do you identify independent and dependent variables in research?
How many types of php frameworks are there?
How should a model be structured in mvc?
What is warning – “cannot modify header information – headers already sent”?
Does php 5 support exceptions?
Is null in php?
What websites use php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What types of loops exist in php?