PHP 8.3.4 Released!

Swoole\Process::daemon

(PECL swoole >= 1.9.0)

Swoole\Process::daemonChange the process to be a daemon process.

Description

public static Swoole\Process::daemon(bool $nochdir = ?, bool $noclose = ?): void

Warning

This function is currently not documented; only its argument list is available.

Parameters

nochdir

noclose

Return Values

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top