Results of 1 - 10 of about 32 for sockets (0.003 sec.)
- 接続された、区別できないソケットストリームの組を作成する 14128
- « stream_socket_get_name stream_socket_recvfrom » PHP Manual ストリーム 関数 接続された、区別でき
...
t_pair() を使用する基本的な方法を示します。 <?php $sockets = stream_socket_pair ( STREAM_PF_UNIX , STREAM_SOC ...
); } else if ( $pid ) { /* 親プロセス */ fclose ( $sockets [ 0 ]); fwrite ( $sockets [ 1 ], "子プロセスの PID ...
: $pid \n" ); echo fgets ( $sockets [ 1 ]); fclose ( $sockets [ 1 ]); } else { /* 子プ ...
ロセス */ fclose ( $sockets [ 1 ]); fwrite ( $sockets [ 0 ], "子プロセスからの ...
-
https://man.plustar.jp/php/function.stream-socket-pair.html
- [similar]
- 区別できないソケットの組を作成し、配列に保存する 11566
- « socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し
...
ンスでした。 例 例1 socket_create_pair() の例 <?php $sockets = array(); /* Windows では AF_INET を使う必要があり ...
socket_create_pair ( $domain , SOCK_STREAM , 0 , $sockets ) === false ) { echo "socket_create_pair failed. R ...
r ()); } /* データの送受信 */ if ( socket_write ( $sockets [ 0 ], "ABCdef123\n" , strlen ( "ABCdef123\n" )) = ...
Reason: " . socket_strerror ( socket_last_error ( $sockets [ 0 ])); } if (( $data = socket_read ( $sockets [ ...
-
https://man.plustar.jp/php/function.socket-create-pair.html
- [similar]
- Construct a new ZMQContext object 11454
- « 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 pe ...
rsistent sockets. パラメータ io_threads Number of io-threads in the ...
tiple requests and is a requirement for persistent sockets. エラー / 例外 Throws ZMQContextException if conte ...
w , Construct , persistent , context , construct , sockets , threads , initialize , ontext ...
-
https://man.plustar.jp/php/zmqcontext.construct.html
- [similar]
- The EventListener class 9279
- « EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen
...
ventListener { /* Constants */ const int OPT_LEAVE_SOCKETS_BLOCKING = 1 ; const int OPT_CLOSE_ON_FREE = 2 ; c ...
ent-1.6.0 .) 定義済み定数 EventListener::OPT_LEAVE_SOCKETS_BLOCKING By default Libevent turns underlying file ...
descriptors, or sockets, to non-blocking mode. This flag tells Libevent to ...
-
https://man.plustar.jp/php/class.eventlistener.html
- [similar]
- 実行時に PHP 拡張モジュールをロードする 9182
- « cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張
...
ームに依存します。 例えば、Unix プラットフォームでは sockets 拡張モジュール (共有モジュールとしてコンパイルされ ...
ていれば。デフォルトでは有りません!) は sockets.so と呼ばれていますし、一方 Windows プラットフォー ...
ムでは php_sockets.dll と呼ばれます。 拡張モジュールを読み込むディレク ...
on , プラットフォーム , debug , extensions , zts , sockets ...
-
https://man.plustar.jp/php/function.dl.html
- [similar]
- Makes an HTTP server accept connections on the specified socket stream or resour... 8989
- « 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 ( ...
an HTTP server accept connections on the specified socket stream or resource. The socket should be ready to a ...
multiple times to accept connections on different sockets. 注意 : To bind a socket, listen , and accept conn ...
-
https://man.plustar.jp/php/eventhttp.accept.html
- [similar]
- Enters a required event method feature that the application demands 8779
- « EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even
...
DS - arbitrary file descriptor types, and not just sockets\n" ); } ?> 上の例の出力は、 たとえば以下のようにな ...
DS - arbitrary file descriptor types, and not just sockets 参考 EventBase::getFeatures() - Returns bitmask of ...
-
https://man.plustar.jp/php/eventconfig.requirefeatures.html
- [similar]
- 新しいグローバル定数 8489
- « 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新し
...
ます。 POSIX POSIX_RLIMIT_KQUEUES POSIX_RLIMIT_NPTS Sockets 以下のソケットオプションが、 サポートされている場合 ...
変更 , 削除 , Sodium , 定義 , サポート , ソケット , Sockets ...
-
https://man.plustar.jp/php/migration81.constants.html
- [similar]
- The ZMQ class 8087
- « 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5.
...
AW ; const int SOCKOPT_IPV6 ; const int CTXOPT_MAX_SOCKETS ; const int POLL_IN ; const int POLL_OUT ; const i ...
string ) ZMQ::SOCKOPT_RATE Set rate for multicast sockets (pgm) (Value: int >= 0) ZMQ::SOCKOPT_RECOVERY_IVL ...
oMQ 4.0 or higher (Value: string ) ZMQ::CTXOPT_MAX_SOCKETS The socket limit for this context. Available if co ...
-
https://man.plustar.jp/php/class.zmq.html
- [similar]
- 与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行... 7990
- « socket_recvmsg socket_send » PHP Manual ソケット 関数 与えられたソケットの配列に対し、指定した
...
2 ); $write = NULL ; $except = NULL ; $num_changed_sockets = socket_select ( $read , $write , $except , 0 ); ...
if ( $num_changed_sockets === false ) { /* エラー処理 */ } else if ( $num_ch ...
anged_sockets > 0 ) { /* すくなくともひとつのソケットで、何らかの ...
-
https://man.plustar.jp/php/function.socket-select.html
- [similar]