Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
でプロセスを開きたい
"Start /b".$cmd
そのステータスを確認する機能はまだあります (つまり、実行中ですか?) 可能ですか?
使おうとすると
proc_open ( "Start /b".$cmd , $descriptorspec , $pipes )
そして、
proc_get_status($process)['running']
プロセスは実行されていますが、falseを返します...
ありがとう