Join Up!
104886 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousposix_isattyposix_mkfifonext
Last updated: Mon, 28 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Spanish

posix_kill

(PHP 3>= 3.0.13, PHP 4 )

posix_kill -- Sendet einem Prozess ein Signal

Description

bool posix_kill ( int pid, int sig)

Diese Funktion sendet das Signal sig zum Prozess mit der Prozesskennung (Prozess-ID) pid. Sie gibt FALSE zurück, wenn sie das Signal nicht senden konnte, andernfalls TRUE.

Sehen Sie sich dazu auch die kill(2)-Manpage Ihres POSIX-Systems an, die zusätzliche Informationen über negative Prozess-IDs, die speziellen pid 0 und -1 und die Signalnummer 0 enthält.

User Contributed Notes
posix_kill
add a note about notes
There are no user contributed notes for this page.
previousposix_isattyposix_mkfifonext
Last updated: Mon, 28 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST