PHPをスローするプロセスIDを返そうとしています。 Linuxの場合 、このコマンドの戻りプロセスIDphp shell_exec実行中のプロセスIDを返す
/receive.shのURL =のhttp:?//www.site.com CERT =本命/ test_lv.p12 test_lv>を/ dev/null 2>を/ dev/null &
このコマンドを実行すると、PHPをスローする必要があります。
$response2 = shell_exec("./receive.sh url=https://www.site.com cert=certs/test.p12?test_lv > /dev/null 2>/dev/null &");
echo $response2;
空の文字列が返されます。 ありがとうございます!
* アップデートされたPIDを追加しました。ありがとうございます!
./receive.sh url=https://www.site.com cert=certs/test_lv.p12?test_lv > /dev/null 2>/dev/null & echo $!