diff options
author | Edin Kadribasic <edink@php.net> | 2002-06-04 15:51:25 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-06-04 15:51:25 +0000 |
commit | 3b3ec06ee7a9c31508377a618dd2f51f40cfa512 (patch) | |
tree | 0a2127d0ef76551d5df82d87b19c40b2095ad670 /ext/pcntl/php_pcntl.h | |
parent | 4317a5c7a99641730a24b1207346d57e08394cb8 (diff) | |
download | php-git-3b3ec06ee7a9c31508377a618dd2f51f40cfa512.tar.gz |
Added function pcntl_alarm().
@- Added pctnl_alarm() function. (Edin)
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index c555cb5441..f06cbcddf2 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -39,6 +39,7 @@ PHP_RINIT_FUNCTION(pcntl); PHP_RSHUTDOWN_FUNCTION(pcntl); PHP_MINFO_FUNCTION(pcntl); +PHP_FUNCTION(pcntl_alarm); PHP_FUNCTION(pcntl_fork); PHP_FUNCTION(pcntl_waitpid); PHP_FUNCTION(pcntl_wifexited); |