検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 247 for Socket (0.035 sec.)
ソケット上の接続を初期化する 6694
« socket_cmsg_space socket_create_listen » PHP Manual ソケット 関数 ソケット上の接続を初期化する ... socket_connect (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) sock ... et_connect — ソケット上の接続を初期化する 説明 socket_connect ( Socket $socket , string $address , ? int ... $port = null ): bool Socket クラスのインスタンスを用いて、 address への接続を初 ... 期化します。 このインスタンスは、 socket_create() で作成した有効な Socket クラスのインスタン ...
https://man.plustar.jp/php/function.socket-connect.html - [similar]
接続を受けつけるためにポートにソケットをオープンする 6644
« socket_connect socket_create_pair » PHP Manual ソケット 関数 接続を受けつけるためにポートにソケ ... ットをオープンする socket_create_listen (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8 ... ) socket_create_listen — 接続を受けつけるためにポートにソケ ... ットをオープンする 説明 socket_create_listen ( int $port , int $backlog = 128 ): ... Socket | false socket_create_listen() は、 AF_INET 型で すべての ローカル ...
https://man.plustar.jp/php/function.socket-create-listen.html - [similar]
ソケットのオプションを取得する 6644
« socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する socket ... t_get_option (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) socket_get_option — ソケットのオプションを取得する 説明 s ... ocket_get_option ( Socket $socket , int $level , int $option ): array | int ... | false socket_get_option() 関数は、ソケット socket のオプション ... option の値を取得します。 socket_get_option() は、失敗した場合に false を返します。 ...
https://man.plustar.jp/php/function.socket-get-option.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 6624
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ions on the specified socket stream or resource EventHttp::accept (PECL event > ... an HTTP server accept connections on the specified socket stream or resource 説明 public EventHttp::accept ( ... mixed $socket ): bool Makes an HTTP server accept connections on ... the specified socket stream or resource. The socket should be ready to ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
指定したソケットのローカル側に問い合わせ、その型に応じてホスト/ポート、あるいは ... 6583
« socket_getpeername socket_import_stream » PHP Manual ソケット 関数 指定したソケットのローカル側 ... /ポート、あるいは Unix ファイルシステムのパスを返す socket_getsockname (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) ... ト、あるいは Unix ファイルシステムのパスを返す 説明 socket_getsockname ( Socket $socket , string &$address , ... int &$port = null ): bool 注意 : socket_getsockname() は、 socket_accept() で作成した AF_U ... 用することはできません。意味のある値が返されるのは、 socket_accept() で作成したソケットか socket_bind() に続く ...
https://man.plustar.jp/php/function.socket-getsockname.html - [similar]
指定したソケットのリモート側に問い合わせ、その型に応じてホスト/ポート、あるいは ... 6563
« socket_getopt socket_getsockname » PHP Manual ソケット 関数 指定したソケットのリモート側に問い ... /ポート、あるいは Unix ファイルシステムのパスを返す socket_getpeername (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) ... ト、あるいは Unix ファイルシステムのパスを返す 説明 socket_getpeername ( Socket $socket , string &$address , ... Unix ファイルシステムのパスを返します。 パラメータ socket socket_create() あるいは socket_accept() で作成した ... Socket クラスのインスタンス。 address 指定されたソケットの ...
https://man.plustar.jp/php/function.socket-getpeername.html - [similar]
接続しているかどうかによらず、ソケットからデータを受信する 6543
« socket_recv socket_recvmsg » PHP Manual ソケット 関数 接続しているかどうかによらず、ソケットか ... らデータを受信する socket_recvfrom (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) soc ... かどうかによらず、ソケットからデータを受信する 説明 socket_recvfrom ( Socket $socket , string &$data , int $l ... tring &$address , int &$port = null ): int | false socket_recvfrom() 関数は、 ポート port ( AF_UNIX 型のソケ ... 受信した length バイトのデータを data に格納します。 socket_recvfrom() は、 接続済みのソケットだけでなく接続し ...
https://man.plustar.jp/php/function.socket-recvfrom.html - [similar]
ソケットに書き込む 6543
« socket_strerror socket_wsaprotocol_info_export » PHP Manual ソケット 関数 ソケットに書き込む socket ... ocket_write (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_write — ソケットに書き込む 説明 socket_write ( Soc ... ket $socket , string $data , ? int $length = null ): int | fal ... se 関数 socket_write() は、 data の内容をソケット socket に書き込 ... みます。 パラメータ socket data 書き込まれるバッファ。 length オプションのパラ ...
https://man.plustar.jp/php/function.socket-write.html - [similar]
接続されているかどうかにかかわらず、ソケットからのデータを受信する 6543
« stream_socket_pair stream_socket_sendto » PHP Manual ストリーム 関数 接続されているかどうかにか ... かわらず、ソケットからのデータを受信する stream_socket_recvfrom (PHP 5, PHP 7, PHP 8) stream_socket_recvf ... かわらず、ソケットからのデータを受信する 説明 stream_socket_recvfrom ( resource $socket , int $length , int $f ... ? string &$address = null ): string | false stream_socket_recvfrom() は、 リモートソケットから最大 length バ ... イトのデータを 受け取ります。 パラメータ socket リモートソケット。 length socket から受信するバイト ...
https://man.plustar.jp/php/function.stream-socket-recvfrom.html - [similar]
Connect the socket 6513
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... nnect (PECL zmq >= 0.5.0) ZMQSocket::connect — Connect the socket 説明 public ZMQSocke ... :connect ( string $dsn , bool $force = false ): ZMQSocket Connect the socket to a remote endpoint. The endpo ... ort://address . force Tries to connect even if the socket has already been connected to given endpoint. 戻り ... eturns the current object. エラー / 例外 Throws ZMQSocketException on error. 例 例1 A ZMQContext() example C ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT