parent root
PHP: Swoole\Client::recv - Manual

Swoole\Client::recv

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Client::recvReceive data from the remote socket.

Description

public Swoole\Client::recv ([ string $size [, string $flag ]] ) : void

Warning

This function is currently not documented; only its argument list is available.

Parameters

size

flag

Return Values

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root