POSIX
PHP Manual

posix_setsid

(PHP 4, PHP 5)

posix_setsid — Make the current process a session leader

Popis

int posix_setsid ( void )

Make the current process a session leader.

Vrátené hodnoty

Returns the session id, or -1 on errors.

Tiež pozri


POSIX
PHP Manual