标签: php shell
我的代码如下。这不会帮助我通过shell_exec
$location = $cron_file_location . "/run_ques.php"; $shell_command = "php {$location} > /dev/null &"; shell_exec($shell_command); echo $cron_file_location; echo "test"; echo $shell_command; die();