検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 693 for [SIMILAR] 16 1024 4096 WITH 23835 sendmsg WITH 7... (0.710 sec.)
メッセージを送信する 10000
« socket_send socket_sendto » PHP Manual ソケット 関数 メッセージを送信する socket_sendmsg (PHP 5 >= 5.5.0, PHP 7, PHP 8) socket_sendmsg — メッセージを送信する 説明 socket_sendmsg ( Socket $socket , array $message , int $flags = 0 ): int | false 警告 この関数は、 現在のところ詳細な情報は ...
https://man.plustar.jp/php/function.socket-sendmsg.html - [similar]
メッセージを読む 3705
« socket_recvfrom socket_select » PHP Manual ソケット 関数 メッセージを読む socket_recvmsg (PHP 5 >= 5.5.0, PHP 7, PHP 8) socket_recvmsg — メッセージを読む 説明 socket_recvmsg ( Socket $socket , array &$message , int $flags = 0 ): int | false 警告 この関数は、 現在のところ詳細な情報はあり ...
https://man.plustar.jp/php/function.socket-recvmsg.html - [similar]
接続したソケットにデータを送信する 3030
« socket_select socket_sendmsg » PHP Manual ソケット 関数 接続したソケットにデータを送信する socket_send (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_send — 接続したソケットにデータを送信する 説明 socket_send ( Socket $socket , string $data , int $length , int $flags ): int | false 関数 ...
https://man.plustar.jp/php/function.socket-send.html - [similar]
ソケットエラーの内容を文字列として返す 3030
« socket_shutdown socket_write » PHP Manual ソケット 関数 ソケットエラーの内容を文字列として返す socket_strerror (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_strerror — ソケットエラーの内容を文字列として返す 説明 socket_strerror ( int $error_code ): string socket_strerror() は、パラメータ ...
https://man.plustar.jp/php/function.socket-strerror.html - [similar]
The ZMQSocket class 3030
« ZMQContext::setOpt ZMQSocket::bind » PHP Manual 0MQ messaging The ZMQSocket class The ZMQSocket class (PECL zmq >= 0.5.0) はじめに クラス概要 class ZMQSocket { /* Methods */ public bind ( string $dsn , bool $force = false ): ZMQSocket public connect ( string $dsn , bool $force = false ...
https://man.plustar.jp/php/class.zmqsocket.html - [similar]
定義済み定数 3030
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 AF_UNIX ( int ) AF_INET ( int ) AF_INET6 ( int ) IPv6 サポートつきでコンパ ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
The EventUtil class 3030
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The EventUtil class (PECL event >= 1.5.0) はじめに EventUtil is a singleton with supplimentary methods and constants. クラス概要 final class EventUtil { /* Constants */ const int AF_INET = 2 ; co ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
ソケットのオプションを設定する 3030
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する socket_set_option (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) socket_set_option — ソケットのオプションを設定する 説明 socket_set_option ( Socket $socket , int $level , int $option , array | string | i ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
区別できないソケットの組を作成し、配列に保存する 3030
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し、配列に保存する socket_create_pair (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_create_pair — 区別できないソケットの組を作成し、配列に保存する 説明 socket_create_pair ( int $domain , int $typ ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
3030
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバー この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してください。 このサーバーに次のようなコマンドで接続することが可能です。 : telnet 192.168.1.53 10000 ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT