Ejemplo 1: terminal de comando php run
php -r "Print "Hello, World!";"
Ejemplo 2: ¿cómo ejecutar un script php desde la línea de comandos?
To execute a php script, use the PHP Command Line interface(CLI) and specify the file name of the script in the following way:
php script.php
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)