PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

pcntl_wtermsig> <pcntl_wifstopped
Last updated: Fri, 10 Oct 2008

view this page in

pcntl_wstopsig

(PHP 4 >= 4.0.7, PHP 5)

pcntl_wstopsig Gibt das Signal zurück, welches das Anhalten des Kindes verursachte

Beschreibung

int pcntl_wstopsig ( int $status )

Gibt die Zahl des Signals zurück, das verursachte, dass das Kind anhielt. Diese Funktion ist nur nützlich, falls pcntl_wifstopped() TRUE zurück gab.

Parameter-Liste

status

Der status Parameter entspricht dem Statusparameter der für einen erfolgreichen Aufruf von pcntl_waitpid() verwendet wird.

Rückgabewerte

Gibt die Signalnummer als Integer zurück.



add a note add a note User Contributed Notes
pcntl_wstopsig
There are no user contributed notes for this page.

pcntl_wtermsig> <pcntl_wifstopped
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites