Name

proc_terminate

Synopsis

bool proc_terminate(resource handle[, int signal])

Signals to the process referenced by handle and previously opened by proc_open() that it should terminate. If signal is supplied, the process is sent that signal. The call returns immediately, which may be prior to the process finishing termination. To poll for a process’s status, use proc_get_status(). Returns true if the operation was successful, or false otherwise.

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.