PHP » PYTHON |
login |
register |
about
|
PYTHON pcntl_signal
is this article helpful?
|
Python replacement for PHP's pcntl_signal
[
edit
| history
]
import signal signal.signal(signo, handler) pcntl_signal(PHP 4 >= 4.1.0, PHP 5) pcntl_signal — Installs a signal handler DescriptionThe pcntl_signal() function installs a new signal handler for the signal indicated by signo . Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Changelog
Examples
Example #1 pcntl_signal() example
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|