Snippets tagged “php-r”
1 snippet uses this tag.
- Execute a string of PHP code on the command linePHP
To execute a string of PHP code on the command line, you can use the "php" command followed by the "-r" option and the string of code in quotes.
1 snippet uses this tag.
To execute a string of PHP code on the command line, you can use the "php" command followed by the "-r" option and the string of code in quotes.