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

search for in the

posix_setsid> <posix_setgid
[edit] Last updated: Fri, 10 Feb 2012

view this page in

posix_setpgid

(PHP 4, PHP 5)

posix_setpgidFixe l'identifiant de groupe de processus

Description

bool posix_setpgid ( int $pid , int $pgid )

Ajoute le processus pid au groupe d'id pgid.

Liste de paramètres

pid

L'ID du processus.

pgid

L'ID du groupe du processus.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi

  • Reportez-vous à POSIX.1 et setsid(2) dans le manuel de votre système POSIX pour plus d'informations sur le contrôle de tâche.



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

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