카테고리 없음
[PHP] PHP exec : 중단, 다음 행으로 계속되지 않음
행복을전해요
2020. 12. 13. 19:21
이 시도:
exec("nohup open-crawlers $port >> /tmp/log_file.log 2>&1 &");
echo 'hello';
출처
https://stackoverflow.com/questions/7415091