PHP マニュアル
関数リファレンス
その他の基本モジュール
Swoole
はじめに
インストール/設定
定義済み定数
Swoole 関数
Swoole\Async
Swoole\Atomic
Swoole\Buffer
Swoole\Channel
Swoole\Client
Swoole\Connection\Iterator
Swoole\Coroutine
Swoole\Coroutine\Lock
Swoole\Event
Swoole\Exception
Swoole\Http\Client
Swoole\Http\Request
Swoole\Http\Response
Swoole\Http\Server
Swoole\Lock
Swoole\Mmap
Swoole\MySQL
Swoole\MySQL\Exception
Swoole\Process
Swoole\Redis\Server
Swoole\Runtime
Swoole\Serialize
Swoole\Server
Swoole\Table
Swoole\Timer
Swoole\WebSocket\Frame
Swoole\WebSocket\Server
Swoole\Buffer::write
Swoole\Channel::__construct
Swoole
PHP マニュアル
The Swoole\Channel class
はじめに
クラス概要
Swoole\Channel
class
Swoole\Channel
{
/* メソッド */
public
void
__destruct
()
public
mixed
pop
()
public
bool
push
(
string
$data
)
public
array
stats
()
}
目次
Swoole\Channel::__construct
— Construct a Swoole Channel
Swoole\Channel::__destruct
— Destruct a Swoole channel.
Swoole\Channel::pop
— Read and pop data from swoole channel.
Swoole\Channel::push
— Write and push data into Swoole channel.
Swoole\Channel::stats
— Get stats of swoole channel.