LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Forex Trading
Online forex trading platform
PCNTL Functions
PCNTL
pcntl_alarm
PCNTL
PHP Manual
PCNTL Functions
See Also
A look at the section about
POSIX functions
may be useful.
Table of Contents
pcntl_alarm
— Set an alarm clock for delivery of a signal
pcntl_exec
— Executes specified program in current process space
pcntl_fork
— Forks the currently running process
pcntl_getpriority
— Get the priority of any process
pcntl_setpriority
— Change the priority of any process
pcntl_signal_dispatch
— Calls signal handlers for pending signals
pcntl_signal
— Installs a signal handler
pcntl_sigprocmask
— Sets and retrieves blocked signals
pcntl_sigtimedwait
— Waits for signals, with a timeout
pcntl_sigwaitinfo
— Waits for signals
pcntl_wait
— Waits on or returns the status of a forked child
pcntl_waitpid
— Waits on or returns the status of a forked child
pcntl_wexitstatus
— Returns the return code of a terminated child
pcntl_wifexited
— Checks if status code represents a normal exit
pcntl_wifsignaled
— Checks whether the status code represents a termination due to a signal
pcntl_wifstopped
— Checks whether the child process is currently stopped
pcntl_wstopsig
— Returns the signal which caused the child to stop
pcntl_wtermsig
— Returns the signal which caused the child to terminate
PCNTL
pcntl_alarm
PCNTL
PHP Manual