検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for EventConfig (0.001 sec.)
Constructs EventConfig object 11431
« EventConfig::avoidMethod EventConfig::requireFeatures » PHP Manual EventConfig Constructs EventConfig ... tConfig object EventConfig::__construct (PECL event >= 1.2.6-beta) EventConfi ... g::__construct — Constructs EventConfig object 説明 public EventConfig::__construct () Con ... structs EventConfig object which could be passed to EventBase::__const ... この関数にはパラメータはありません。 戻り値 Returns EventConfig object. 例 例1 EventConfig::__construct() example ...
https://man.plustar.jp/php/eventconfig.construct.html - [similar]
The EventConfig class 11362
« About buffer event callbacks EventConfig::avoidMethod » PHP Manual Event The EventConfig class ... The EventConfig class (PECL event >= 1.2.6-beta) はじめに Represen ... truction of the EventBase . クラス概要 final class EventConfig { /* Constants */ const int FEATURE_ET = 1 ; const ... llbacks , int $min_priority ): void } 定義済み定数 EventConfig::FEATURE_ET Requires a backend method that support ... s edge-triggered I/O. EventConfig::FEATURE_O1 Requires a backend method where adding ...
https://man.plustar.jp/php/class.eventconfig.html - [similar]
Enters a required event method feature that the application demands 11018
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even ... t method feature that the application demands EventConfig::requireFeatures (PECL event >= 1.2.6-beta) EventC ... d feature that the application demands 説明 public EventConfig::requireFeatures ( int $feature ): bool Enters a r ... パラメータ feature Bitmask of required features. See EventConfig::FEATURE_* constants 戻り値 成功した場合に true を ... 、失敗した場合に false を返します。 例 例1 EventConfig::requireFeatures() example <?php $cfg = new EventC ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
Tells libevent to avoid specific event method 10983
« EventConfig EventConfig::__construct » PHP Manual EventConfig Tells libevent to avoid specific ... event method EventConfig::avoidMethod (PECL event >= 1.2.6-beta) EventConfi ... ibevent to avoid specific event method 説明 public EventConfig::avoidMethod ( string $method ): bool Tells libeve ... パラメータ method The backend method to avoid. See EventConfig constants . 戻り値 成功した場合に true を、失敗した ... 場合に false を返します。 例 例1 EventConfig::avoidMethod() example <?php $cfg = new EventConfi ...
https://man.plustar.jp/php/eventconfig.avoidmethod.html - [similar]
Sets one or more flags to configure the eventual EventBase will be initialized 9949
« EventConfig::requireFeatures EventConfig::setMaxDispatchInterval » PHP Manual EventConfig Sets ... nfigure the eventual EventBase will be initialized EventConfig::setFlags (PECL event >= 2.0.2-alpha) EventConfig: ... eventual EventBase will be initialized 説明 public EventConfig::setFlags ( int $flags ): bool Sets one or more fl ... urns bitmask of features supported 関連キーワード: EventConfig , EventBase , flags , eventual , setFlags , initia ...
https://man.plustar.jp/php/eventconfig.setflags.html - [similar]
Returns bitmask of features supported 9500
« EventBase::free EventBase::getMethod » PHP Manual EventBase Returns bitmask of features suppor ... representing a bitmask of supported features. See EventConfig::FEATURE_* constants . 例 例1 EventBase::getFeatur ... ample <?php // Avoiding "select" method $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( "select" )) { echo ... $features = $base -> getFeatures (); ( $features & EventConfig :: FEATURE_ET ) and print( "ET - edge-triggered IO ... \n" ); ( $features & EventConfig :: FEATURE_O1 ) and print( "O1 - O(1) operation fo ...
https://man.plustar.jp/php/eventbase.getfeatures.html - [similar]
Prevents priority inversion 9138
« EventConfig::setFlags EventDnsBase » PHP Manual EventConfig Prevents priority inversion EventConfig ... setMaxDispatchInterval (PECL event >= 2.1.0-alpha) EventConfig::setMaxDispatchInterval — Prevents priority invers ... ion 説明 public EventConfig::setMaxDispatchInterval ( int $max_interval , int ... revents , inversion , callbacks , max , interval , EventConfig , events , should , enforced ...
https://man.plustar.jp/php/eventconfig.setmaxdispatchinterval.html - [similar]
Constructs EventBase object 8828
« EventBase EventBase::dispatch » PHP Manual EventBase Constructs EventBase object EventBase::__ ... ntBase object 説明 public EventBase::__construct ( EventConfig $cfg = ? ) Constructs EventBase object パラメータ ... cfg Optional EventConfig object. 戻り値 Returns EventBase object. 参考 Even ... 関連キーワード: EventBase , Constructs , construct , EventConfig , cfg , dispatch , event , public , パラメータ , O ...
https://man.plustar.jp/php/eventbase.construct.html - [similar]
Event 8052
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... event's output buffer About buffer event callbacks EventConfig — The EventConfig class EventConfig::avoidMethod — ... Tells libevent to avoid specific event method EventConfig::__construct — Constructs EventConfig object Event ... event method feature that the application demands EventConfig::setFlags — Sets one or more flags to configure th ... e eventual EventBase will be initialized EventConfig::setMaxDispatchInterval — Prevents priority invers ...
https://man.plustar.jp/php/book.event.html - [similar]
The EventBase class 7138
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... igure event base to use, or avoid specific backend EventConfig class can be used. 警告 Do NOT destroy the EventBa ... NGELIST = 16 ; /* メソッド */ public __construct ( EventConfig $cfg = ? ) public dispatch (): void public exit ( ...
https://man.plustar.jp/php/class.eventbase.html - [similar]
PREV 1 2 NEXT