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

search for in the

posix_setsid> <posix_setgid
Last updated: Fri, 03 Oct 2008

view this page in

posix_setpgid

(PHP 4, PHP 5)

posix_setpgidSetzt die Prozessgruppenkennung (Process Group ID) für die Job-Kontrolle

Beschreibung

bool posix_setpgid ( int $pid , int $pgid )

Fügt den Prozess pid der Prozessgruppe pgid hinzu.

Parameter-Liste

pid

Die Prozess-ID

pgid

Die Prozessgruppen-ID

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch

  • Die POSIX.1- und die setpgid(2)-Manpage auf dem POSIX-System um mehr Informationen über Prozessgruppen und Job-Kontrolle zu erhalten.



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

posix_setsid> <posix_setgid
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites