Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Einführung »
« expect_popen
PHP-Handbuch
Funktionsreferenz
Erweiterungen zur Prozesskontrolle
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Prozesskontrolle
Einführung
Installation/Konfiguration
Anforderungen
Installation
Laufzeit-Konfiguration
Ressource-Typen
Vordefinierte Konstanten
Beispiele
Grundlegende Verwendung
PCNTL Funktionen
pcntl_alarm
— Setzt einen Zeitschalter für die Auslieferung eines Signals
pcntl_async_signals
— Enable/disable asynchronous signal handling or return the old setting
pcntl_errno
— Alias von pcntl_get_last_error
pcntl_exec
— Führt ein angegebenes Programm im aktuellen Prozessraum aus
pcntl_fork
— Verzweigt den laufenden Prozess
pcntl_get_last_error
— Retrieve the error number set by the last pcntl function which failed
pcntl_getpriority
— Ermittelt die Priorität eines beliebigen Prozesses
pcntl_rfork
— Manipulates process resources
pcntl_setpriority
— Ändert die Priorität eines beliebigen Prozesses
pcntl_signal_dispatch
— Calls signal handlers for pending signals
pcntl_signal_get_handler
— Get the current handler for specified signal
pcntl_signal
— Richtet eine Signalverarbeitung ein
pcntl_sigprocmask
— Sets and retrieves blocked signals
pcntl_sigtimedwait
— Waits for signals, with a timeout
pcntl_sigwaitinfo
— Waits for signals
pcntl_strerror
— Retrieve the system error message associated with the given errno
pcntl_unshare
— Dissociates parts of the process execution context
pcntl_wait
— Wartet auf ein oder gibt den Status eines abgezweigten Kindes zurück
pcntl_waitpid
— Wartet auf ein oder gibt den Status eines abgezweigten Kindes zurück
pcntl_wexitstatus
— Lefert den Statuscode eines beendeten Kindes
pcntl_wifexited
— Prüft ob der Statuscode ein erfolgreiches Beenden darstellt
pcntl_wifsignaled
— Prüft ob der Statuscode eine Terminierung wegen eines Signals angibt
pcntl_wifstopped
— Prüft ob der Kindprozess gerade gestoppt ist
pcntl_wstopsig
— Gibt das Signal zurück, welches das Anhalten des Kindes verursachte
pcntl_wtermsig
— Gibt das Signal zurück, welches das Beenden des Kindes verursachte
add a note
User Contributed Notes
There are no user contributed notes for this page.