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 |
what is the use of include_once in php?
What is the use of mysql_real_escape_string in php?
How to register a variable in PHP session?
What are the advantages of not using any frameworks ?
How can I use single quotes in single quotes in php?
Explain the difference between isset() and empty()?
How do I check if a given variable is empty?
How do you pass a variable by value?
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
What is mysql_fetch_array?
Do I need apache for php?
Is php easier than node?