Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

Explain how to run the interactive PHP shell from the command line interface?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

Just use the PHP CLI program with the option -a as follows:

php -a

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Object-Oriented Methodology in PHP?Explain me how failures in execution are handled with include() and require() functions?