検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 35 for inet (0.002 sec.)
ネットワーク 関数 7908
« 定義済み定数 checkdnsrr » PHP Manual ネットワーク ネットワーク 関数 ネットワーク 関数 目次 che ... ponse_code — HTTP レスポンスコードを取得または設定 inet_ntop — パックされたインターネットアドレスを、人間が ... 読める形式に変換する inet_pton — 人間が読める形式の IP アドレスを、パックされ ...
https://man.plustar.jp/php/ref.network.html - [similar]
The EventUtil class 7829
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The ... nal class EventUtil { /* Constants */ const int AF_INET = 2 ; const int AF_INET6 = 10 ; const int AF_UNSPE ... sslRandPoll (): void } 定義済み定数 EventUtil::AF_INET IPv4 address family EventUtil::AF_INET6 IPv6 addre ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
区別できないソケットの組を作成し、配列に保存する 7749
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... の例 <?php $sockets = array(); /* Windows では AF_INET を使う必要があります */ $domain = ( strtoupper ( s ... ubstr ( PHP_OS , 0 , 3 )) == 'WIN' ? AF_INET : AF_UNIX ); /* ソケットの組の設定 */ if ( socket_ ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
7749
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... ; $port = 10000 ; if (( $sock = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP )) === false ) { echo "soc ... e a TCP/IP socket. */ $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if ( $socket === false ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
Adds a server alias to the HTTP server object 7669
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... EventHttp ( $base ); $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if (! $http -> bind ( " ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
Sets default callback to handle requests that are not caught by specific callbac... 7574
« EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback ... EventHttp ( $base ); $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if (! $http -> bind ( " ...
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html - [similar]
ソケット(通信時の終端)を作成する 7574
« socket_create_pair socket_export_stream » PHP Manual ソケット 関数 ソケット(通信時の終端)を作 ... アドレス/プロトコルファミリーの一覧 ドメイン 説明 AF_INET IPv4 インターネットプロトコル。 このプロトコルファ ... ルとしてよく知られているのは、 TCP や UDP です。 AF_INET6 IPv6 インターネットプロトコル。TCP と UDP が、この ... れた場合、 socket_create() は、これらを それぞれ AF_INET と SOCK_STREAM であるとみなし、 E_WARNING メッセー ...
https://man.plustar.jp/php/function.socket-create.html - [similar]
Binds an HTTP server on the specified address and port 7415
« EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o ... EventHttp ( $base ); $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if (! $http -> bind ( " ...
https://man.plustar.jp/php/eventhttp.bind.html - [similar]
ソケットの直近のエラーを返す 7415
« socket_import_stream socket_listen » PHP Manual ソケット 関数 ソケットの直近のエラーを返す soc ... _error() の例 <?php $socket = @ socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if ( $socket === false ...
https://man.plustar.jp/php/function.socket-last-error.html - [similar]
ソケットエラーの内容を文字列として返す 7415
« socket_shutdown socket_write » PHP Manual ソケット 関数 ソケットエラーの内容を文字列として返す ... php if ( false == ( $socket = @ socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ))) { echo "socket_create( ...
https://man.plustar.jp/php/function.socket-strerror.html - [similar]
PREV 1 2 3 4 NEXT