sh -c 'echo $PPID; echo $$; php script.php; echo $? > phpexit'; echo $? > shexit. The exit code of php will be contained in the phpexit file ...
確定! 回上一頁