PHP » PYTHON |
login |
register |
about
|
PYTHON posix_kill
is this article helpful?
|
Python replacement for PHP's posix_kill
[
edit
| history
]
import os os.kill(pid, sig) posix_kill(PHP 4, PHP 5) posix_kill — Send a signal to a process Description
bool posix_kill
( int $pid
, int $sig
)
Send the signal sig to the process with the process identifier pid . Return ValuesReturns TRUE on success or FALSE on failure. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|