Swoole\Channel::pushWrite and push data into Swoole channel. 説明public bool Swoole\Channel::push(string
$data )Data can be any non-empty PHP variable, the variable will be serialized if it is not string type. If size of the data is more than 8KB, swoole channel will use temp files storage. The function will return true if the write operation is succeeded, or return false if there is not enough space. パラメータ
戻り値Whether the data is pushed into he Swoole channel. |