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

search for in the

posix_setsid> <posix_setgid
[edit] Last updated: Fri, 17 May 2013

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 wird FALSE zurückgegeben.

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 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites