Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: posix_setpgid - Manual
[go: Go Back, main page]

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

search for in the

posix_setsid" width="11" height="7"/> <posix_setgid
Last updated: Thu, 31 May 2007

view this page in

posix_setpgid

(PHP 4, PHP 5)

posix_setpgid — ジョブ制御のプロセスグループ ID を設定する

説明

bool posix_setpgid ( int $pid, int $pgid )

プロセス pid をプロセスグループ pgid に加えます。

パラメータ

pid

プロセス ID。

pgid

プロセスグループ ID。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

プロセスグループおよびジョブ制御に関する詳細は、 POSIX.1 および POSIX システムのマニュアルページ setsid(2) を 参照ください。



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

posix_setsid" width="11" height="7"/> <posix_setgid
Last updated: Thu, 31 May 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites