OpenSwoole\Process::daemon ([ boolean $nochdir [, boolean $noclose ]]) : bool

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Process::daemon ([ boolean $nochdir [, boolean $noclose ]]) : bool

Parameters

nochdir

If to change the current path.

noclose

If to close the standard I/O of the process.

Return

success

Description

Change the process to be a daemon process.

Example

Last updated on September 1, 2022