Answers for "php run file in command line"

PHP
4

php run command line

shell_exec('ls');
// or
exec('ls');
Posted by: Guest on June-23-2020
0

run php code file

php -S localhost:port
Posted by: Guest on September-06-2021

Code answers related to "php run file in command line"

Browse Popular Code Answers by Language