what is pear in php in brief ?



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

Post New Answer

More PHP Interview Questions

equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }

2 Answers  


What is htmlspecialchars?

0 Answers  


What are properties in php?

0 Answers  


How to find length of an array in php ?

0 Answers  


What is php in full?

0 Answers  






What is the maximum size of a file that can be uploaded using PHP and how can we change this?

4 Answers  


What can I do by cakePHP?

4 Answers  


What is php used for?

0 Answers  


What is the array in php?

0 Answers  


What is php date function?

0 Answers  


Why echo is faster than print in php?

0 Answers  


How can we encrypt and decrypt a data present in a mysql table using mysql?

3 Answers   Microsoft,


Categories