Monday, April 29, 2013

PHP Interactive Shell

Using the interactive shell you are able to type PHP code and have it executed directly.

  
$ php -a
Interactive shell

php > echo 5+8;
13

No comments:

Post a Comment