| 
 | pcntl_sigprocmaskSets and retrieves blocked signals Description
   bool pcntl_sigprocmask
    ( int  $how, array$set[, array&$oldset] )
   The pcntl_sigprocmask function adds, removes or sets blocked
   signals, depending on the  Parameters
 
 Return Values
   Returns  Examples
 Example #1 pcntl_sigprocmask example 
<?phpSee Also
 
 |