Ligne de commande PHP Run
shell_exec('ls');
// or
exec('ls');
GutoTrosla
shell_exec('ls');
// or
exec('ls');
$output = exec('ls');
php -r "Print \"Hello, World!\";"
vendor/bin/phpstan analyse [options] [<paths>...]