|
PHP5中文手册
pcntl_signal(PHP 4 >= 4.0.7, PHP 5) pcntl_signal — Installs a signal handler 说明
bool pcntl_signal
( int $signo
, callback $handler
[, bool $restart_syscalls
] )
The pcntl_signal() function installs a new signal handler for the signal indicated by signo . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 更新日志
范例
Example#1 pcntl_signal() example
<?php |