Answers for "run php code in cli"

PHP
4

php run command line

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

start php cli

php -a
Posted by: Guest on February-13-2020

Browse Popular Code Answers by Language