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 do you end php?
What is final class and final method in php?
Tell me how to find the position of the first occurrence of a substring in a string?
What is the use of return in php?
What are the ways to define a constant in php?
Does strlen include null?
Is false empty php?
Explain me what is the goto statement useful for?
What are the different types of array in php?
What is use of mysqli_query in php?
How to make database connection in php?
Do you know what does $globals means?
What is put method in php?
What is the function file_get_contents() usefull for?
What are psrs?