The Swoole\Process class
(PECL swoole >= 1.9.0)
类摘要
class Swoole\Process
{
public static alarm(
int $interval_usec
):
void
public static daemon(
bool $nochdir
= ?,
bool $noclose
= ?):
void
public exec(
string $exec_file
,
string $args
):
ReturnType
public exit(
string $exit_code
= ?):
void
public static kill(
int $pid
,
int $signal_no
= ?):
bool
public name(
string $process_name
):
bool
public push(
string $data
):
bool
public read(
int $maxsize
= ?):
string
public useQueue(
int $key
,
int $mode
= ?):
bool
public static wait(
bool $blocking
= ?):
array
public write(
string $data
):
int
}
预定义常量
Swoole\Process::IPC_NOWAIT
-
目录
There are no user contributed notes for this page.
官方地址:https://www.php.net/manual/en/class.swoole-process.php