proc_close
(PHP 4 >= 4.3.0, PHP 5)
proc_close — Close a process opened by proc_open() and return the exit code of that process
Описание
int proc_close
( resource $process
)
Возвращаемые значения
Returns the termination status of the process that was run.