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
Explain Creating and Naming an Array?
Tell me what is use of in_array() function in php?
What is warning – “cannot modify header information – headers already sent”?
How to check a variable is array or not in php?
Give the case where we can use get and we can use post methods?
What is the difference between client-side and server-side programming?
How to move uploaded files to permanent directory?
When a conditional statement is ended with an endif?
What distinguishes php from something like client side java script?
Is age nominal or ordinal?
Which operator is used to concatenate two strings in PHP?
Which is not a php magic constant?
What is php variable?
How to pass variables and data from php to javascript?
How to get the total number of values in an array?