0 votes
in PHP by
How to run the interactive PHP shell from the command line interface?

1 Answer

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

php -a
...