pcntl_sigprocmask

Example

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

Description

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

Return Values

Returns TRUE on success or FALSE on failure.