Query: posix_kill
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
POSIX_KILL(3) 1 POSIX_KILL(3) posix_kill - Send a signal to a processSYNOPSISbool posix_kill (int $pid, int $sig)DESCRIPTIONSend the signal $sig to the process with the process identifier $pid.PARAMETERSo $pid - The process identifier. o $sig - One of the PCNTL signals constants.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOThe kill(2) manual page of the POSIX system, which contains additional information about negative process identifiers, the special pid 0, the special pid -1, and the signal number 0. . PHP Documentation Group POSIX_KILL(3)
Related Man Pages |
---|
kill(2) - opensolaris |
kill(2) - mojave |
kill(2) - opendarwin |
kill(2) - hpux |
kill(2) - osx |
Similar Topics in the Unix Linux Community |
---|
Finding the age of a unix process, killing old processes, killing zombie processes |
multiple fork() question |