Results of 1 - 10 of about 37 for libevent (0.002 sec.)
- Returns array with of the names of the methods supported in this version of Libe... 12881
- « Event::free Event::pending » PHP Manual Event Returns array with of the names of the methods s
...
upported in this version of Libevent Event::getSupportedMethods (PECL event >= 1.2.6-be ...
names of the methods supported in this version of Libevent 説明 public static Event::getSupportedMethods (): ...
the methods(backends) supported in this version of Libevent. パラメータ この関数にはパラメータはありません。 戻 ...
urns , supported , getSupportedMethods , version , Libevent , methods , names , パラメータ ...
-
https://man.plustar.jp/php/event.getsupportedmethods.html
- [similar]
- Tells libevent to avoid specific event method 12502
- « EventConfig EventConfig::__construct » PHP Manual EventConfig Tells libevent to avoid specific
...
nt >= 1.2.6-beta) EventConfig::avoidMethod — Tells libevent to avoid specific event method 説明 public EventCo ...
nfig::avoidMethod ( string $method ): bool Tells libevent to avoid specific event method(backend). See » Cre ...
s EventBase object 関連キーワード: event , Tells , libevent , EventConfig , construct , EventBase , backend , ...
-
https://man.plustar.jp/php/eventconfig.avoidmethod.html
- [similar]
- 要件 10702
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 This extension req
...
uires » libevent library. Most modern distributions provide package ...
s for libevent. OpenSSL features require » OpenSSL library. 関連キ ...
ーワード: 要件 , インストール , 設定 , libevent , 手順 , This , extension , requires , modern , di ...
-
https://man.plustar.jp/php/event.requirements.html
- [similar]
- はじめに 10055
- « Event インストール/設定 » PHP Manual Event はじめに はじめに This is an extension to efficient
...
available for specific platform. This is a port of libevent to the PHP infrastructure. 注意 : Note, Windows su ...
(breaking backwards compatibility), and support of libevent 2+ including HTTP, DNS, OpenSSL and the event list ...
previous versions. 関連キーワード: event , Event , libevent , support , Note , 注意 , This , schedule , Versio ...
-
https://man.plustar.jp/php/intro.event.html
- [similar]
- The EventListener class 9582
- « EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen
...
entListener::OPT_LEAVE_SOCKETS_BLOCKING By default Libevent turns underlying file descriptors, or sockets, to ...
non-blocking mode. This flag tells Libevent to leave them in blocking mode. EventListener::OPT ...
ntil a while has passed. Setting this option makes Libevent mark the socket as reusable, so that once it is cl ...
event , public , int , OPT , underlying , option , Libevent , setCallback , construct ...
-
https://man.plustar.jp/php/class.eventlistener.html
- [similar]
- Prevents priority inversion 9487
- « EventConfig::setFlags EventDnsBase » PHP Manual EventConfig Prevents priority inversion EventC
...
more high-priority events. 注意 : Available since libevent 2.1.0-alpha . パラメータ max_interval An interval ...
after which Libevent should stop running callbacks and check for more e ...
l. max_callbacks A number of callbacks after which Libevent should stop running callbacks and check for more e ...
-
https://man.plustar.jp/php/eventconfig.setmaxdispatchinterval.html
- [similar]
- 内部での libeio との通信に使う変数を表すストリームを取得する 9297
- « eio_futime eio_get_last_error » PHP Manual Eio 関数 内部での libeio との通信に使う変数を表すス
...
ムを取得します。 他の PECL 拡張モジュール、たとえば libevent にバインドさせたりして使うことができます。 パラメー ...
す。それ以外の場合に null を返します。 例 例1 eio を libevent とともに使う <?php function my_eio_poll ( $fd , $e ...
vents , $arg ) { /* Some libevent regulation might go here .. */ if ( eio_nreqs ()) ...
base ); /* The same will be available via buffered libevent interface */ ?> 上の例の出力は、 たとえば以下のよう ...
-
https://man.plustar.jp/php/function.eio-get-event-stream.html
- [similar]
- 要件 9108
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 This extension req
...
uires the » libgearman , » libevent and » uuid libraries, and a running Gearman server ...
手順 , This , extension , requires , libgearman , libevent , uuid ...
-
https://man.plustar.jp/php/gearman.requirements.html
- [similar]
- はじめに 8824
- « Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/
...
できます。 シンプルなイベントループを作って、eio と libevent を一緒に動かしたりできるのです。 例4 eio と libeve ...
function my_eio_poll ( $fd , $events , $arg ) { /* libevent の設定があればここに書きます .. */ if ( eio_nreqs ...
; $event = event_new (); // このストリームを使って libevent にバインドします $fd = eio_get_event_stream (); ei ...
始します event_base_loop ( $base ); /* バッファつき libevent インターフェイスでも同様にできます */ ?> 関連キーワ ...
-
https://man.plustar.jp/php/intro.eio.html
- [similar]
- The EventBase class 8256
- « Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class
...
>= 1.2.6-beta) はじめに EventBase class represents libevent's event base structure. It holds a set of events a ...
EventBase::loop() method which means: "block until libevent has an active event, then exit once all active eve ...
oll backend, this flag says that it is safe to use Libevent's internal change-list code to batch up adds and d ...
-
https://man.plustar.jp/php/class.eventbase.html
- [similar]