The Swoole\Process class
(PECL swoole >= 1.9.0)
Sinopsisul clasei
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
,
string $signal_no
= ?
) :
void
public name
(
string $process_name
) :
void
public push
(
string $data
) :
bool
public read
(
int $maxsize
= ?
) :
string
public static signal
(
string $signal_no
,
callable $callback
) :
void
public useQueue
(
int $key
,
int $mode
= ?
) :
bool
public static wait
(
bool $blocking
= ?
) :
array
public write
(
string $data
) :
int
}
Constante predefinite
Swoole\Process::IPC_NOWAIT
-
Cuprins
There are no user contributed notes for this page.