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

search for in the

posix_setsid> <posix_setgid
Last updated: Fri, 04 Jul 2008

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> <posix_setgid
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites