dimanche 19 avril 2015

Php background process useing proc_open

I would like to open a process with "Start /b".$cmd and still have the ability to check its status (.i.e running?) Is it possible?


When I try to use proc_open ( "Start /b".$cmd , $descriptorspec , $pipes ) and check the proc_get_status($process)['running'] it returns false although the process is running ...


Thanks


Aucun commentaire:

Enregistrer un commentaire