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 namespace and use in php?
What is the importance of parser in php?
What is the use of callback in php?
What is lamp in php?
What is php session id?
What is print_r?
Tell me what are the __construct() and __destruct() methods in a php class?
How do you clear environment variables?
What are the difference between overloading and overriding in oops?
programm for factorial
What is exception in php?
What is encapsulation in oop php?