pcntl_sigprocmask

 bool pcntl_sigprocmask ( int $how , array $set [, array &$oldset ] ) 

説明

The pcntl_sigprocmask() function adds, removes or sets blocked signals, depending on the how parameter.

戻り値

Returns TRUE on success or FALSE on failure.