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 |
Why use php artisan serve?
Explain about require and include function?
How do I get csrf token?
describe arguments in header in php?
What is the scope of a variable defined outside a function?
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.
How can you retrieve a cookie value?
How would you determine the size of a file in php?
Tell me what is the main difference between php 4 and php 5?
List some sorting functions in php?
Why php is used?
What are some of the advanced features of php?