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 |
Explain object-oriented methodology in php?
What is helper function?
when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief
what is the default method of form in php?
How to execute an sql query?
Write a PHP code to print following number pattern: 123 456 789
How do I escape data before storing it into the database?
What is class extend in php?
How many ways we can give the output to a browser?
Explain the types of string comparision function in PHP
How to pass an argument to a function?
What is the main difference between asp net and php?