Query: pcntl_alarm
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCNTL_ALARM(3) 1 PCNTL_ALARM(3) pcntl_alarm - Set an alarm clock for delivery of a signalSYNOPSISint pcntl_alarm (int $seconds)DESCRIPTIONCreates a timer that will send a SIGALRM signal to the process after the given number of seconds. Any call to pcntl_alarm(3) will cancel any previously set alarm.PARAMETERSo $seconds - The number of seconds to wait. If $seconds is zero, no new alarm is created.RETURN VALUESReturns the time in seconds that any previously scheduled alarm had remaining before it was to be delivered, or 0 if there was no previ- ously scheduled alarm. PHP Documentation Group PCNTL_ALARM(3)
Related Man Pages |
---|
alarm(2) - opensolaris |
alarm(2) - linux |
alarm(2) - debian |
alarm(3) - ultrix |
ualarm(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Process time-to-live setting |