Results of 1 - 10 of about 15 for nonblock (0.014 sec.)
- ソケットリソースを非ブロックモードに設定する 14890
- « socket_set_block socket_set_option » PHP Manual ソケット 関数 ソケットリソースを非ブロックモー
...
ドに設定する socket_set_nonblock (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_set_n ...
リソースを非ブロックモードに設定する 説明 socket_set_nonblock ( Socket $socket ): bool socket_set_nonblock() 関数 ...
は、 socket パラメータで指定したソケットに O_NONBLOCK フラグを設定します。 受信や送信、接続、待機といった ...
バージョンでは、リソース型でした。 例 例1 socket_set_nonblock() の例 <?php $socket = socket_create_listen ( 1223 ...
-
https://man.plustar.jp/php/function.socket-set-nonblock.html
- [similar]
- ソケットのブロッキングモードを設定する 9909
- « socket_sendto socket_set_nonblock » PHP Manual ソケット 関数 ソケットのブロッキングモードを設定
...
関数は、 socket パラメータで指定したソケットから O_NONBLOCK フラグを取り除きます。 受信や送信、接続、待機といっ ...
れるまで処理を停止して待ち続けます。 参考 socket_set_nonblock() - ソケットリソースを非ブロックモードに設定する s ...
-
https://man.plustar.jp/php/function.socket-set-block.html
- [similar]
- The EventBase class 8882
- « Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class
...
stants */ const int LOOP_ONCE = 1 ; const int LOOP_NONBLOCK = 2 ; const int NOLOCK = 1 ; const int STARTUP_IOC ...
nts have had their callbacks run". EventBase::LOOP_NONBLOCK Flag used with EventBase::loop() method which mean ...
-
https://man.plustar.jp/php/class.eventbase.html
- [similar]
- C ライブラリの入出力ストリーム関数が許すよりも低レベルでファイルをオープンする (... 8708
- « dio_fcntl dio_read » PHP Manual ダイレクト IO 関数 C ライブラリの入出力ストリーム関数が許すより
...
ND - 書き込み時は、ファイルの終端に 追記します。 O_NONBLOCK - 非ブロッキングモードを指定します。 O_NOCTTY - TT ...
= dio_open ( '/dev/ttyS0' , O_RDWR | O_NOCTTY | O_NONBLOCK ); dio_close ( $fd ); ?> 参考 dio_close() - fd で指 ...
-
https://man.plustar.jp/php/function.dio-open.html
- [similar]
- 定義済み定数 8342
- « リソース型 ダイレクト IO 関数 » PHP Manual ダイレクト IO 定義済み定数 定義済み定数 以下の定数が
...
O_EXCL ( int ) O_NDELAY ( int ) O_NOCTTY ( int ) O_NONBLOCK ( int ) O_RDONLY ( int ) O_RDWR ( int ) O_SYNC ( i ...
-
https://man.plustar.jp/php/dio.constants.html
- [similar]
- 例 8150
- « 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り
...
rning を発光します error_reporting ( E_ERROR ); $e_nonblocking = array ( /*EAGAIN or EWOULDBLOCK*/ 11 , /*EINP ...
t_strerror ( socket_last_error ()) . "\n" ; } // O_NONBLOCK フラグを立てます socket_set_nonblock ( $socket ); ...
ction ( $w ) use ( $socket , $timeout_watcher , $e_nonblocking ) { // タイムアウトのウォッチャーを止めます $ti ...
:: READ , function ( $w , $re ) use ( $socket , $e_nonblocking ) { // ソケットが読み込み可能になりました。非ブ ...
-
https://man.plustar.jp/php/ev.examples.html
- [similar]
- シリアルポートの端末属性とボーレートを設定する 8150
- « dio_stat dio_truncate » PHP Manual ダイレクト IO 関数 シリアルポートの端末属性とボーレートを設
...
= dio_open ( '/dev/ttyS0' , O_RDWR | O_NOCTTY | O_NONBLOCK ); dio_fcntl ( $fd , F_SETFL , O_SYNC ); dio_tcset ...
-
https://man.plustar.jp/php/function.dio-tcsetattr.html
- [similar]
- Makes an HTTP server accept connections on the specified socket stream or resour... 8063
- « EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect
...
} socket_listen ( $socket [ $i ], 0 ); socket_set_nonblock ( $socket [ $i ]); if (! $http -> accept ( $socket ...
-
https://man.plustar.jp/php/eventhttp.accept.html
- [similar]
- ソケットへの接続を許可する 8063
- « ソケット 関数 socket_addrinfo_bind » PHP Manual ソケット 関数 ソケットへの接続を許可する socke
...
socket が socket_set_blocking() または socket_set_nonblock() により非ブロックモードで 作成された場合、 false ...
-
https://man.plustar.jp/php/function.socket-accept.html
- [similar]
- ソケット 7959
- « SNMPException はじめに » PHP Manual その他のサービス ソケット ソケット はじめに インストール/設
...
ソケットのブロッキングモードを設定する socket_set_nonblock — ソケットリソースを非ブロックモードに設定する soc ...
-
https://man.plustar.jp/php/book.sockets.html
- [similar]