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

PHP Home Page

Manual Table of Contents
Up to POSIX
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench 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
Sat, 12 Aug 2000
posix_getpgid 
Next page


posix_setpgid

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

posix_setpgid -- set process group id for job control

Description

int posix_setpgid (int pid, int pgid)

Let the process pid join the process group pgid. See POSIX.1 and the setsid(2) manual page on your POSIX system for more informations on process groups and job control. Returns TRUE on success, FALSE otherwise.


 About Notes


Previous page
 posix_setsid
 Updated
Sat, 12 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.