検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 59 for EventBase (0.010 sec.)
The EventBase class 10577
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... (PECL event >= 1.2.6-beta) はじめに EventBase class represents libevent's event base structure. ... an poll to determine which events are active. Each event base has a method , or a backend that it uses to deter ... kqueue , devpoll , evport and win32 . To configure event base to use, or avoid specific backend EventConfig cla ... ss can be used. 警告 Do NOT destroy the EventBase object as long as resources of the associated Even ...
https://man.plustar.jp/php/class.eventbase.html - [similar]
Constructs EventBase object 10168
« EventBase EventBase::dispatch » PHP Manual EventBase Constructs EventBase object EventBase::__ ... construct (PECL event >= 1.2.6-beta) EventBase::__construct — Constructs EventBase object 説明 pu ... blic EventBase::__construct ( EventConfig $cfg = ? ) Constructs E ... ータ cfg Optional EventConfig object. 戻り値 Returns EventBase object. 参考 EventConfig 関連キーワード: EventBase ...
https://man.plustar.jp/php/eventbase.construct.html - [similar]
Free resources allocated for this event base 9935
« EventBase::exit EventBase::getFeatures » PHP Manual EventBase Free resources allocated for thi ... s event base EventBase::free (PECL event >= 1.10.0) EventBase: ... :free — Free resources allocated for this event base 説明 public EventBase::free (): void Deallocates ... resources allocated by libevent for the EventBase object. 警告 The EventBase::free() method doesn't ... the events that are currently associated with the EventBase object, or close any of their sockets - beware. パ ...
https://man.plustar.jp/php/eventbase.free.html - [similar]
Checks if the event loop was told to exit 9935
« EventBase::getTimeOfDayCached EventBase::gotStop » PHP Manual EventBase Checks if the event lo ... op was told to exit EventBase::gotExit (PECL event >= 1.2.6-beta) EventBase::got ... cks if the event loop was told to exit 説明 public EventBase::gotExit (): bool Checks if the event loop was tol ... d to exit by EventBase::exit() . パラメータ この関数にはパラメータはありま ... 戻り値 Returns true , event loop was told to exit by EventBase::exit() . Otherwise false . 参考 EventBase::exit() ...
https://man.plustar.jp/php/eventbase.gotexit.html - [similar]
Checks if the event loop was told to exit 9935
« EventBase::gotExit EventBase::loop » PHP Manual EventBase Checks if the event loop was told to ... exit EventBase::gotStop (PECL event >= 1.2.6-beta) EventBase::got ... cks if the event loop was told to exit 説明 public EventBase::gotStop (): bool Checks if the event loop was tol ... d to exit by EventBase::stop() . パラメータ この関数にはパラメータはありま ... 戻り値 Returns true , event loop was told to stop by EventBase::stop() . Otherwise false . 参考 EventBase::exit() ...
https://man.plustar.jp/php/eventbase.gotstop.html - [similar]
Dispatch pending events 9877
« EventBase::gotStop EventBase::priorityInit » PHP Manual EventBase Dispatch pending events EventBase ... tBase::loop (PECL event >= 1.2.6-beta) EventBase::loop — Dispatch pending events 説明 public EventB ... , and run their callbacks. 警告 Do NOT destroy the EventBase object as long as resources of the associated Even ... e results! パラメータ flags Optional flags. One of EventBase::LOOP_* constants. See EventBase constants . 戻り値 ... 合に true を、失敗した場合に false を返します。 参考 EventBase::dispatch() - Dispatch pending events 関連キーワー ...
https://man.plustar.jp/php/eventbase.loop.html - [similar]
Dispatch pending events 9731
« EventBase::__construct EventBase::exit » PHP Manual EventBase Dispatch pending events EventBase ... e::dispatch (PECL event >= 1.2.6-beta) EventBase::dispatch — Dispatch pending events 説明 public Ev ... ecome active, and run their callbacks. The same as EventBase::loop() with no flags set. 警告 Do NOT destroy the ... EventBase object as long as resources of the associated Even ... 合に true を、失敗した場合に false を返します。 参考 EventBase::loop() - Dispatch pending events 関連キーワード: ...
https://man.plustar.jp/php/eventbase.dispatch.html - [similar]
Returns event method in use 9672
« EventBase::getFeatures EventBase::getTimeOfDayCached » PHP Manual EventBase Returns event meth ... od in use EventBase::getMethod (PECL event >= 1.2.6-beta) EventBase::g ... etMethod — Returns event method in use 説明 public EventBase::getMethod (): string パラメータ この関数にはパラメ ... ng representing used event method(backend). 例 例1 EventBase::getMethod() example <?php $cfg = new EventConfig ... event_base associated with the config $base = new EventBase ( $cfg ); echo "Event method used: " , $base -> ge ...
https://man.plustar.jp/php/eventbase.getmethod.html - [similar]
Returns bitmask of features supported 9526
« EventBase::free EventBase::getMethod » PHP Manual EventBase Returns bitmask of features suppor ... ted EventBase::getFeatures (PECL event >= 1.2.6-beta) EventBase: ... Returns bitmask of features supported 説明 public EventBase::getFeatures (): int Returns bitmask of features s ... res. See EventConfig::FEATURE_* constants . 例 例1 EventBase::getFeatures() example <?php // Avoiding "select" ... { echo "'select' method avoided\n" ; } $base = new EventBase ( $cfg ); echo "Features:\n" ; $features = $base - ...
https://man.plustar.jp/php/eventbase.getfeatures.html - [similar]
Stop dispatching events 9439
« EventBase::dispatch EventBase::free » PHP Manual EventBase Stop dispatching events EventBase:: ... exit (PECL event >= 1.2.6-beta) EventBase::exit — Stop dispatching events 説明 public EventB ... ase::exit ( float $timeout = ? ): bool Tells event base to stop optionally after given number of seconds. ... timeout Optional number of seconds after which the event base should stop dispatching events. 戻り値 成功した場 ... 合に true を、失敗した場合に false を返します。 参考 EventBase::stop() - Tells event_base to stop dispatching eve ...
https://man.plustar.jp/php/eventbase.exit.html - [similar]
PREV 1 2 3 4 5 6 NEXT