



|
Manuel PHP
|
|
Table : .pcntl alarm.pcntl exec .pcntl fork .pcntl getpriority .pcntl setpriority .pcntl signal .pcntl wait .pcntl waitpid .pcntl wexitstatus .pcntl wifexited .pcntl wifsignaled .pcntl wifstopped .pcntl wstopsig .pcntl wtermsig |
pcntl_alarmpcntl_alarmDescriptionint pcntl_alarm ( int seconds )
La fonction pcntl_alarm() créé un compte à rebours qui
enverra un signal SIGALRM au processus après
pcntl_alarm() retournera le temps en seconde qui restait avant l'exécution de l'alarme précédente, ou 0 si aucune alarme n'était planifiée.
|

