Syntax
kill(pid)
Description
The kill() function terminates the process identified by the given pid. The kill() function returns true if the requested process was killed, or false if pid did not exist or the process was not killed.
Example
kill(1234)