“Jak uruchomić kod PHP w CMD” Kod odpowiedzi

Wiersz poleceń PHP Uruchom

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

Jak uruchomić kod PHP w 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

Odpowiedzi podobne do “Jak uruchomić kod PHP w CMD”

Pytania podobne do “Jak uruchomić kod PHP w CMD”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu