Query: posix_setsid
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
POSIX_SETSID(3) 1 POSIX_SETSID(3) posix_setsid - Make the current process a session leaderSYNOPSISint posix_setsid (void )DESCRIPTIONMake the current process a session leader.RETURN VALUESReturns the session id, or -1 on errors.SEE ALSOThe POSIX.1 and the setsid(2) manual page on the POSIX system for more information on process groups and job control. . PHP Documentation Group POSIX_SETSID(3)