Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Explain how to run the interactive PHP shell from the command line interface?
Answer:
Just use the PHP CLI program with the option -a as follows:
php -a
php -a
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Object-Oriented Methodology in PHP? | Explain me how failures in execution are handled with include() and require() functions? |