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.