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 |
In php, objects are they passed by value or by reference?
how to get substring of string without using substr() function in php ????
What is the difference between Joomla and Drupal?
8 Answers IBM, Procon IT Solutions, T3 Softwares,
Why shouldn't I use mysql_* functions in php?
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
What are the basic steps to store PHP session in to Database?
How can you associate a variable with a session?
What is overriding in php?
Do you know how to get the ip address of the client?
What is the difference between $message and $$message?
What u mean by query?
How to include a file code in different files in php?