検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 265 for [SIMILAR] 16 1024 4096 WITH 39232 報告 WITH 3735... (0.467 sec.)
接続したソケットからデータを受信する 0
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する socket_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 ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
WSAPROTOCOL_INFO 構造体をエクスポートする 0
« socket_write socket_wsaprotocol_info_import » PHP Manual ソケット 関数 WSAPROTOCOL_INFO 構造体をエクスポートする socket_wsaprotocol_info_export (PHP 7 >= 7.3.0, PHP 8) socket_wsaprotocol_info_export — WSAPROTOCOL_INFO 構造体をエクスポートする 説明 socket_wsaprotocol_info_export ( Socke ...
https://man.plustar.jp/php/function.socket-wsaprotocol-info-export.html - [similar]
コンテキストオプションとパラメータ 0
« BackedEnum::tryFrom ソケットコンテキストオプション » PHP Manual 言語リファレンス コンテキストオプションとパラメータ コンテキストオプションとパラメータ PHP にはさまざまなコンテキストオプションやパラメータがあり、 すべてのファイルシステムラッパーおよびストリームラッパーで使用することがで ...
https://man.plustar.jp/php/context.html - [similar]
接続済みのソケットについて暗号化の on/off を切り替える 0
« stream_socket_client stream_socket_get_name » PHP Manual ストリーム 関数 接続済みのソケットについて暗号化の on/off を切り替える stream_socket_enable_crypto (PHP 5 >= 5.1.0, PHP 7, PHP 8) stream_socket_enable_crypto — 接続済みのソケットについて暗号化の on/off を切り替える 説明 stream_so ...
https://man.plustar.jp/php/function.stream-socket-enable-crypto.html - [similar]
0
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバー この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してください。 このサーバーに次のようなコマンドで接続することが可能です。 : telnet 192.168.1.53 10000 ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
Internet ドメイン: TCP、UDP、SSL、および TLS 0
« サポートされるソケットトランスポートのリスト Unix ドメイン: Unix および UDG » PHP Manual サポートされるソケットトランスポートのリスト Internet ドメイン: TCP、UDP、SSL、および TLS Internet ドメイン: TCP、UDP、SSL、および TLS ssl:// , tls:// , sslv2:// & sslv3:// . 注意 : トランスポートが ...
https://man.plustar.jp/php/transports.inet.html - [similar]
Socket クラス 0
« socket_wsaprotocol_info_release AddressInfo » PHP Manual ソケット Socket クラス Socket クラス (PHP 8) はじめに PHP 8.0.0 以降、 Socket リソースを置き換える完全不透明クラスです。 クラス概要 final class Socket { } 関連キーワード: Socket , クラス , wsaprotocol , info , release , AddressIn ...
https://man.plustar.jp/php/class.socket.html - [similar]
socket_get_option のエイリアス 0
« socket_get_option socket_getpeername » PHP Manual ソケット 関数 socket_get_option のエイリアス socket_getopt (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_getopt — socket_get_option() のエイリアス 説明 この関数は次の関数のエイリアスです。 socket_get_option() 関連キーワード: option , 関数 ...
https://man.plustar.jp/php/function.socket-getopt.html - [similar]
socket_set_option のエイリアス 0
« socket_set_option socket_shutdown » PHP Manual ソケット 関数 socket_set_option のエイリアス socket_setopt (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_setopt — socket_set_option() のエイリアス 説明 この関数は次の関数のエイリアスです。 socket_set_option() 関連キーワード: option , 関数 , ...
https://man.plustar.jp/php/function.socket-setopt.html - [similar]
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.html - [similar]