検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 247 for Socket (0.022 sec.)
定義済み定数 7811
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... EFER_ACCEPT ( int ) PHP 8.1.0 以降で利用可能。 SOL_SOCKET ( int ) PHP_NORMAL_READ ( int ) PHP_BINARY_READ ( ... nt ) 以下の定数は Windows でのみ定義されています。 SOCKET_EINTR ( int ) Interrupted system call. SOCKET_EBAD ... F ( int ) Bad file number. SOCKET_EACCES ( int ) Permission denied. SOCKET_EFAULT ( ... int ) Bad address. SOCKET_EINVAL ( int ) Invalid argument. SOCKET_EMFILE ( i ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
The EventUtil class 7399
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The ... _TYPE = 3 ; const int SO_ERROR = 4 ; const int SOL_SOCKET = 1 ; const int SOL_TCP = 6 ; const int SOL_UDP = ... bstract public __construct () public static getLastSocketErrno ( mixed $socket = null ): int public static g ... etLastSocketError ( mixed $socket = ? ): string public static g ... etSocketFd ( mixed $socket ): int public static getSocketNa ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
The ZMQ class 7288
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... に クラス概要 class ZMQ { /* Constants */ const int SOCKET_PAIR ; const int SOCKET_PUB ; const int SOCKET_SUB ... ; const int SOCKET_REQ ; const int SOCKET_REP ; const int SOCKET_XREQ ... ; const int SOCKET_XREP ; const int SOCKET_PUSH ; const int SOCKET_PU ... LL ; const int SOCKET_ROUTER ; const int SOCKET_DEALER ; const int SOCKE ...
https://man.plustar.jp/php/class.zmq.html - [similar]
ソケットのオプションを設定する 7238
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する socket ... t_set_option (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) socket_set_option — ソケットのオプションを設定する 説明 s ... ocket_set_option ( Socket $socket , int $level , int $option , array | strin ... g | int $value ): bool socket_set_option() 関数は、 level が指すプロトコルレベル ... でソケット socket のオプション option に値 value を設定します。 パラ ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
区別できないソケットの組を作成し、配列に保存する 7217
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... 、配列に保存する socket_create_pair (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) ... 別できないソケットの組を作成し、配列に保存する 説明 socket_create_pair ( int $domain , int $type , int $proto ... col , array &$pair ): bool socket_create_pair() は、接続されており区別できない 2 つの ... 使用するプロトコルの種類を指定します。 完全な一覧は socket_create() を参照ください。 type type では、ソケット ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
ソケット 7157
« SNMPException はじめに » PHP Manual その他のサービス ソケット ソケット はじめに インストール/設 ... ス型 定義済み定数 例 ソケットのエラー ソケット 関数 socket_accept — ソケットへの接続を許可する socket_addrinf ... られた addrinfo から、ソケットを作成してバインドする socket_addrinfo_connect — 与えられた addrinfo から、ソケッ ... トを作って接続する socket_addrinfo_explain — addrinfo に関する情報を取得する ... socket_addrinfo_lookup — 与えられたホスト名に関する getad ...
https://man.plustar.jp/php/book.sockets.html - [similar]
ソケット 関数 7157
« ソケットのエラー socket_accept » PHP Manual ソケット ソケット 関数 ソケット 関数 目次 socket_a ... ccept — ソケットへの接続を許可する socket_addrinfo_bind — 与えられた addrinfo から、ソケット ... を作成してバインドする socket_addrinfo_connect — 与えられた addrinfo から、ソケッ ... トを作って接続する socket_addrinfo_explain — addrinfo に関する情報を取得する ... socket_addrinfo_lookup — 与えられたホスト名に関する getad ...
https://man.plustar.jp/php/ref.sockets.html - [similar]
7137
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... s = '192.168.1.53' ; $port = 10000 ; if (( $sock = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP )) === fa ... lse ) { echo "socket_create() failed: reason: " . socket_strerror ( soc ... ket_last_error ()) . "\n" ; } if ( socket_bind ( $sock , $address , $port ) === false ) { ec ... ho "socket_bind() failed: reason: " . socket_strerror ( socke ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
接続したソケットからデータを受信する 7107
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する socket ... cket_recv (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_recv — 接続したソケットからデータを受信する 説明 s ... ocket_recv ( Socket $socket , ? string &$data , int $length , int $fla ... gs ): int | false socket_recv() 関数は、 socket から length バイトのデータを ... 受信して data に格納します。 socket_recv() を使うと、 接続したソケットからデータを収集 ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
Socket クラスのインスタンスを閉じる 6956
« socket_clear_error socket_cmsg_space » PHP Manual ソケット 関数 Socket クラスのインスタンスを閉 ... じる socket_close (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket ... _close — Socket クラスのインスタンスを閉じる 説明 socket_close ( S ... ocket $socket ): void socket_close() は、 socket で指定した Sock ... et クラスのインスタンスを閉じます。 パラメータ socket socket_create() あるいは socket_accept() で作成した ...
https://man.plustar.jp/php/function.socket-close.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT