Internee PHP Developer Question:
Download Questions PDF

Tell me 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

Download Internee PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How to get second of the current time using date function?Tell me is it possible to destroy a cookie?