★ wanayoo — archive 1999 http://www.php.net/manual/fr/function.posix-setpgid.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to POSIX
Quick Reference
English version of this pageGerman version of this pageJapanese version of this pageItalian version of this pageHungarian version of this page
POSIX
* posix_kill
* posix_getpid
* posix_getppid
* posix_getuid
* posix_geteuid
* posix_getgid
* posix_getegid
* posix_setuid
* posix_setgid
* posix_getgroups
* posix_getlogin
* posix_getpgrp
* posix_setsid
* posix_setpgid
* posix_getpgid
* posix_getsid
* posix_uname
* posix_times
* posix_ctermid
* posix_ttyname
* posix_isatty
* posix_getcwd
* posix_mkfifo
* posix_getgrnam
* posix_getgrgid
* posix_getpwnam
* posix_getpwuid
* posix_getrlimit
Manual: posix_setpgid
View the source code for this pageSearch the site



Previous page
 posix_setsid
 Updated
Sun, 06 Aug 2000
posix_getpgid 
Next page


posix_setpgid

(PHP3 >= 3.0.13, PHP4 >= 4.0b4)

posix_setpgid -- Fixe l'identifiant de group de processus.

Description

int posix_setpgid (int pid, int pgid)

Ajoute le processus pid au groupe d'id pgid. 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. Retourne TRUE en cas de succès, et FALSE sinon.


 About Notes


Previous page
 posix_setsid
 Updated
Sun, 06 Aug 2000
posix_getpgid 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.