検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 247 for Socket (0.005 sec.)
ソケット(通信時の終端)を作成する 5858
« socket_create_pair socket_export_stream » PHP Manual ソケット 関数 ソケット(通信時の終端)を作 ... 成する socket_create (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socke ... t_create — ソケット(通信時の終端)を作成する 説明 socket_create ( int $domain , int $type , int $protocol ) ... : Socket | false 通信のエンドポイント(終端)と呼ばれることも ... ある Socket クラスのインスタンスを作成し、 返します。典型的なネ ...
https://man.plustar.jp/php/function.socket-create.html - [similar]
ローカルまたはリモートのソケットの名前を取得する 5858
« stream_socket_enable_crypto stream_socket_pair » PHP Manual ストリーム 関数 ローカルまたはリモ ... ートのソケットの名前を取得する stream_socket_get_name (PHP 5, PHP 7, PHP 8) stream_socket_get_n ... またはリモートのソケットの名前を取得する 説明 stream_socket_get_name ( resource $socket , bool $remote ): stri ... ーカルまたはリモートでの名前を返します。 パラメータ socket 名前を取得したいソケット。 remote true に設定すると ... します。 失敗した場合に false を返します 参考 stream_socket_accept() - stream_socket_server で作られたソケット ...
https://man.plustar.jp/php/function.stream-socket-get-name.html - [similar]
The ZMQSocket class 5838
« ZMQContext::setOpt ZMQSocket::bind » PHP Manual 0MQ messaging The ZMQSocket class The ZMQSocket ... s (PECL zmq >= 0.5.0) はじめに クラス概要 class ZMQSocket { /* Methods */ public bind ( string $dsn , bool $ ... force = false ): ZMQSocket public connect ( string $dsn , bool $force = false ... ): ZMQSocket public __construct ( ZMQContext $context , int $ty ... , string $persistent_id = null , callable $on_new_socket = null ) public disconnect ( string $dsn ): ZMQSoc ...
https://man.plustar.jp/php/class.zmqsocket.html - [similar]
Construct a new ZMQContext object 5808
« ZMQContext ZMQContext::getOpt » PHP Manual ZMQContext Construct a new ZMQContext object ZMQCon ... new ZMQ context. The context is used to initialize sockets. A persistent context is required to initialize p ... ersistent sockets. パラメータ io_threads Number of io-threads in th ... tiple requests and is a requirement for persistent sockets. エラー / 例外 Throws ZMQContextException if cont ... ample Construct a new context and allocate request socket from it <?php /* Allocate a new context */ $contex ...
https://man.plustar.jp/php/zmqcontext.construct.html - [similar]
与えられたホスト名に関する getaddrinfo の内容を配列で取得する 5697
« socket_addrinfo_explain socket_bind » PHP Manual ソケット 関数 与えられたホスト名に関する geta ... ddrinfo の内容を配列で取得する socket_addrinfo_lookup (PHP 7 >= 7.2.0, PHP 8) socket_add ... ト名に関する getaddrinfo の内容を配列で取得する 説明 socket_addrinfo_lookup ( string $host , ? string $service ... 続できる別のやり方を探します。 この関数が返す配列は socket_addrinfo_bind() を使ってバインドできる AddressInfo ... によって定義されるヒントを指定できます。 戻り値 他の socket_addrinfo 関数で使える AddressInfo クラスのインスタ ...
https://man.plustar.jp/php/function.socket-addrinfo-lookup.html - [similar]
Get the socket type 5677
« ZMQSocket::getPersistentId ZMQSocket::getSockOpt » PHP Manual ZMQSocket Get the socket type ZM ... QSocket::getSocketType (PECL zmq >= 0.5.0) ZMQSocket::getS ... ocketType — Get the socket type 説明 public ZMQSocket::getSocketType (): int ... Gets the socket type. パラメータ この関数にはパラメータはありません ... 。 戻り値 Returns an integer representing the socket type. The integer can be compared against ZMQ::SOC ...
https://man.plustar.jp/php/zmqsocket.getsockettype.html - [similar]
全二重接続を終了する 5566
« stream_socket_server stream_supports_lock » PHP Manual ストリーム 関数 全二重接続を終了する st ... ream_socket_shutdown (PHP 5 >= 5.2.1, PHP 7, PHP 8) stream_soc ... ket_shutdown — 全二重接続を終了する 説明 stream_socket_shutdown ( resource $stream , int $mode ): bool 全 ... stream オープンしているストリーム (たとえば stream_socket_client() でオープンしたものなど)。 mode 以下の定数 ... を、失敗した場合に false を返します。 例 例1 stream_socket_shutdown() の例 <?php $server = stream_socket_serv ...
https://man.plustar.jp/php/function.stream-socket-shutdown.html - [similar]
メッセージバッファサイズを計算する 5546
« socket_close socket_connect » PHP Manual ソケット 関数 メッセージバッファサイズを計算する socket ... et_cmsg_space (PHP 5 >= 5.5.0, PHP 7, PHP 8) socket_cmsg_space — メッセージバッファサイズを計算する 説 ...socket_cmsg_space ( int $level , int $type , int $num = 0 ... 記述されています。 パラメータ level type 戻り値 参考 socket_recvmsg() - メッセージを読む socket_sendmsg() - メ ...
https://man.plustar.jp/php/function.socket-cmsg-space.html - [similar]
エクスポートした WSAPROTOCOL_INF 構造体を解放する 5546
« socket_wsaprotocol_info_import Socket » PHP Manual ソケット 関数 エクスポートした WSAPROTOCOL_ ... INF 構造体を解放する socket_wsaprotocol_info_release (PHP 7 >= 7.3.0, PHP 8) s ... クスポートした WSAPROTOCOL_INF 構造体を解放する 説明 socket_wsaprotocol_info_release ( string $info_id ): bool ... 数は Windows でのみ利用可能です。 パラメータ info_id socket_wsaprotocol_info_export() 関数が以前の呼び出しで返 ... 合に true を、失敗した場合に false を返します。 参考 socket_wsaprotocol_info_export() - WSAPROTOCOL_INFO 構造体 ...
https://man.plustar.jp/php/function.socket-wsaprotocol-info-release.html - [similar]
Constructs EventBufferEvent object 5506
« EventBufferEvent::connectHost EventBufferEvent::createPair » PHP Manual EventBufferEvent Const ... ufferEvent::__construct ( EventBase $base , mixed $socket = null , int $options = 0 , callable $readcb = nul ... l , mixed $arg = null ) Create a buffer event on a socket, stream or a file descriptor. Passing null to sock ... et means that the socket should be created later, e.g. by means of EventBuf ... at should be associated with the new buffer event. socket May be created as a stream(not necessarily by mean ...
https://man.plustar.jp/php/eventbufferevent.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT