Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
System

Method System.getsid()


Method getsid

int System.getsid(int|void pid)

Description

Get the process session ID for the given process. If pid is not specified, the session ID for the current process will be returned.

See also

System.getpid, System.getpgrp, System.setsid