“Como executar o código PHP em CMD” Respostas de código

linha de comando php run run

shell_exec('ls');
// or
exec('ls');
GutoTrosla

Como executar o código PHP em CMD

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
nk

Respostas semelhantes a “Como executar o código PHP em CMD”

Perguntas semelhantes a “Como executar o código PHP em CMD”

Procure respostas de código populares por idioma

Procurar outros idiomas de código