| 
 | pcntl_signal_get_handlerGet the current handler for specified signal Description
   int|string pcntl_signal_get_handler
    ( int  $signo)
   The pcntl_signal_get_handler function will get the current handler for the specified  Parameters
 Return Values
   This function may return an integer value that refers to  Changelog
 Examples
 Example #1 pcntl_signal_get_handler example 
<?phpSee Also
 |