Results of 1 - 10 of about 55 for recv (0.002 sec.)
- 接続したソケットからデータを受信する 11812
- « socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so
...
cket_recv (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_recv ...
— 接続したソケットからデータを受信する 説明 socket_recv ( Socket $socket , ? string &$data , int $length , ...
int $flags ): int | false socket_recv() 関数は、 socket から length バイトのデータを受信 ...
して data に格納します。 socket_recv() を使うと、 接続したソケットからデータを収集するこ ...
-
https://man.plustar.jp/php/function.socket-recv.html
- [similar]
- Sharing 11590
- « parallel\Channel::open parallel\Channel::send » PHP Manual parallel\Channel Sharing parallel\C
...
hannel::recv (0.9.0) parallel\Channel::recv — Sharing 説明 publ ...
ic parallel\Channel::recv (): mixed Shall recv a value from this channel Exc ...
ed if channel is closed. 関連キーワード: Sharing , recv , Shall , open , send , public , from , Exceptions ...
-
https://man.plustar.jp/php/parallel-channel.recv.html
- [similar]
- Receives a message 9919
- « ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock
...
et::recv (PECL zmq >= 0.5.0) ZMQSocket::recv — Receives a m ...
essage 説明 public ZMQSocket::recv ( int $mode = 0 ): string Receive a message from a ...
Throws ZMQSocketException on error. 例 例1 A send/recv example Non-blocking send / receive <?php /* Creat ...
false ; } else { echo "Got response: " . $queue -> recv ( ZMQ :: MODE_DONTWAIT ) . "\n" ; break; } } catch ...
-
https://man.plustar.jp/php/zmqsocket.recv.html
- [similar]
- Receive data from the remote socket. 9845
- « Swoole\Client::pipe Swoole\Client::resume » PHP Manual Swoole\Client Receive data from the rem
...
ote socket. Swoole\Client::recv (PECL swoole >= 1.9.0) Swoole\Client::recv — Recei ...
from the remote socket. 説明 public Swoole\Client::recv ( string $size = ? , string $flag = ? ): void 警告 ...
ド: Receive , from , remote , data , Swoole , the , recv , string , size , flag ...
-
https://man.plustar.jp/php/swoole-client.recv.html
- [similar]
- Description 9845
- « Swoole\Coroutine\Client::isConnected Swoole\Coroutine\Client::send » PHP Manual Swoole\Corouti
...
ne Description Swoole\Coroutine\Client::recv (PECL swoole >= 2.0.0) Swoole\Coroutine\Client::re ...
— Description 説明 public Swoole\Coroutine\Client::recv (): ReturnType 警告 この関数は、 現在のところ詳細な ...
関連キーワード: Description , Swoole , Coroutine , recv , 関数 , パラメータ , isConnected , send , swoole ...
-
https://man.plustar.jp/php/swoole-coroutine-client.recv.html
- [similar]
- Description 9845
- « Swoole\Coroutine\MySQL::query Swoole\Coroutine\MySQL::setDefer » PHP Manual Swoole\Coroutine D
...
escription Swoole\Coroutine\MySQL::recv (PECL swoole >= 2.0.0) Swoole\Coroutine\MySQL::rec ...
— Description 説明 public Swoole\Coroutine\MySQL::recv (): ReturnType 警告 この関数は、 現在のところ詳細な ...
関連キーワード: Description , Swoole , Coroutine , recv , 関数 , パラメータ , query , setDefer , swoole , ...
-
https://man.plustar.jp/php/swoole-coroutine-mysql.recv.html
- [similar]
- Description 9771
- « Swoole\Coroutine\Http\Client::post Swoole\Coroutine\Http\Client::set » PHP Manual Swoole\Corou
...
tine Description Swoole\Coroutine\Http\Client::recv (PECL swoole >= 2.0.0) Swoole\Coroutine\Http\Clien ...
t::recv — Description 説明 public Swoole\Coroutine\Http\Cl ...
ient::recv (): ReturnType 警告 この関数は、 現在のところ詳細な ...
ーワード: Description , Swoole , Coroutine , Http , recv , 関数 , パラメータ , swoole , public , ReturnType ...
-
https://man.plustar.jp/php/swoole-coroutine-http-client.recv.html
- [similar]
- SCP 経由でファイルを要求する 9565
- « ssh2_publickey_remove ssh2_scp_send » PHP Manual SSH2 関数 SCP 経由でファイルを要求する ssh2_s
...
cp_recv (PECL ssh2 >= 0.9.0) ssh2_scp_recv — SCP 経由でファ ...
イルを要求する 説明 ssh2_scp_recv ( resource $session , string $remote_file , string ...
$connection , 'username' , 'password' ); ssh2_scp_recv ( $connection , '/remote/filename' , '/local/filen ...
ワード: SCP , 経由 , 要求 , ファイル , scp , file , recv , remote , パス , コピー ...
-
https://man.plustar.jp/php/function.ssh2-scp-recv.html
- [similar]
- The Swoole\Coroutine class 9417
- « Swoole\Connection\Iterator::valid Swoole\Coroutine::call_user_func_array » PHP Manual Swoole T
...
ted (): ReturnType public Swoole\Coroutine\Client::recv (): ReturnType public Swoole\Coroutine\Client::sen ...
): ReturnType public Swoole\Coroutine\Http\Client::recv (): ReturnType public Swoole\Coroutine\Http\Client ...
uery (): ReturnType public Swoole\Coroutine\MySQL::recv (): ReturnType public Swoole\Coroutine\MySQL::setD ...
isConnected — Description Swoole\Coroutine\Client::recv — Description Swoole\Coroutine\Client::send — Desc ...
-
https://man.plustar.jp/php/class.swoole-coroutine.html
- [similar]
- The parallel\Channel class 9343
- « parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe
...
receiver, and block on calls to parallel\Channel::recv() until there is a sender. This means an unbuffere ...
il capacity is reached, calls to parallel\Channel::recv() will block until there is data in the buffer. Cl ...
pen ( string $name ): Channel /* Sharing */ public recv (): mixed public send ( mixed $value ): void /* Cl ...
parallel\Channel::open — Access parallel\Channel::recv — Sharing parallel\Channel::send — Sharing paralle ...
-
https://man.plustar.jp/php/class.parallel-channel.html
- [similar]