What is PEAR in PHP?
Answers were Sorted based on User's Feedback
Answer / nikunj
PEAR means PHP Extenction and Application Repository. This
is a collection of different classes. These are used for
advance scripting. For ex: Database,Mail,HTTP etc.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / rakesh kumar nautiyal
PEAR stands for PHP Extension And Repository. This is
advancement of the PHP scripts. In which we can develop
more advance features of PHP scripting langauge.
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / raja revathi
PEAR is the next revolution in PHP this respository is
brnging higher level programing to php.
PEAR also provide a command-line interface that can be used
to automatically install "packages"
| Is This Answer Correct ? | 0 Yes | 0 No |
In mail($param1, $param2, $param3, $param4), the $param2 contains__
Explain about require and include function?
Which is better python or php?
What is Joomla?
How to convert a string to uppercase in php?
What is the best way to avoid email sent through php getting into the spam folder?
How to Retrieve video files in php from database.....and how to store video on database..
How do you end a function in python?
How to submit form without a submit button.
How to get seconds from current date using date function ?
8 Answers Sarna Technologies, Satyam,
How to create an empty array in php?
What are traits? How is it used in php?