I am using proc_open in PHP to open a Application such as tclsh.exe. This returns a resource number .

Now my question is how do i know if the tclsh process is killed in the script ?

Regards Mithun

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

proc_status

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.