検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 59 for EventBase (0.004 sec.)
Tells libevent to avoid specific event method 7119
« EventConfig EventConfig::__construct » PHP Manual EventConfig Tells libevent to avoid specific ... specific event method(backend). See » Creating an event base . パラメータ method The backend method to avoid. ... )) { echo "'select' method avoided\n" ; } ?> 参考 EventBase::__construct() - Constructs EventBase object 関連キ ... ent , Tells , libevent , EventConfig , construct , EventBase , backend , 失敗 , 参考 , example ...
https://man.plustar.jp/php/eventconfig.avoidmethod.html - [similar]
7002
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... [ 0 ]} www.google.com / EOS; exit(); } $base = new EventBase (); $dns_base = new EventDnsBase ( $base , TRUE ); ... base -> exit (); exit( "Done\n" ); } } $base = new EventBase (); echo "step 1\n" ; $bev = new EventBufferEvent ... nction __construct ( $port ) { $this -> base = new EventBase (); if (! $this -> base ) { echo "Couldn't open ev ... d creating SSL context\n" ); } $this -> base = new EventBase (); if (! $this -> base ) { exit( "Couldn't open e ...
https://man.plustar.jp/php/event.examples.html - [similar]
Enters a required event method feature that the application demands 6944
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even ... event_base associated with the config $base = new EventBase ( $cfg ); // Require FDS feature if ( $cfg -> requ ... echo "FDS feature is now requried\n" ; $base = new EventBase ( $cfg ); ( $base -> getFeatures () & EventConfig ... y file descriptor types, and not just sockets 参考 EventBase::getFeatures() - Returns bitmask of features suppo ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
Re-configures timer event 6681
« Event::setPriority Event::signal » PHP Manual Event Re-configures timer event Event::setTimer ... nfigures timer event 説明 public Event::setTimer ( EventBase $base , callable $cb , mixed $arg = ? ): bool Re-c ... It calls event_assign instead. パラメータ base The event base to associate with. cb The timer event callback. S ... , configures , setTimer , callback , Constructs , EventBase , Custom ...
https://man.plustar.jp/php/event.settimer.html - [similar]
The EventBufferEvent class 6623
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... EventUtil::AF_UNSPEC ): bool public __construct ( EventBase $base , mixed $socket = null , int $options = 0 , ... l , mixed $arg = null ) public static createPair ( EventBase $base , int $options = 0 ): array public disable ( ... blic sslError (): string public static sslFilter ( EventBase $base , EventBufferEvent $underlying , EventSslCon ... sslRenegotiate (): void public static sslSocket ( EventBase $base , mixed $socket , EventSslContext $ctx , int ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
The EventConfig class 6594
« About buffer event callbacks EventConfig::avoidMethod » PHP Manual Event The EventConfig class ... ructure which could be used in construction of the EventBase . クラス概要 final class EventConfig { /* Constant ... — Sets one or more flags to configure the eventual EventBase will be initialized EventConfig::setMaxDispatchInt ...
https://man.plustar.jp/php/class.eventconfig.html - [similar]
The EventHttpConnection class 6565
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... tpConnection { /* メソッド */ public __construct ( EventBase $base , EventDnsBase $dns_base , string $address , ... , EventSslContext $ctx = null ) public getBase (): EventBase public getPeer ( string &$address , int &$port ): ... tion object EventHttpConnection::getBase — Returns event base associated with the connection EventHttpConnectio ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
関数・メソッド 6477
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... bject Event::__construct - Constructs Event object EventBase::dispatch - Dispatch pending events EventBase::exi ... t - Stop dispatching events EventBase::free - Free resources allocated for this event ba ... se EventBase::getFeatures - Returns bitmask of features support ... ed EventBase::getMethod - Returns event method in use EventBase ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
Makes event pending 6448
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6- ... no \n" ; $this -> base -> exit (); } } $base = new EventBase (); $c = new MyEventSignal ( $base ); $base -> loo ... ght signal 15 例2 Adding a timer <?php $base = new EventBase (); $n = 2 ; $e = Event :: timer ( $base , functio ...
https://man.plustar.jp/php/event.add.html - [similar]
Constructs EventDnsBase object 6331
« EventDnsBase::clearSearch EventDnsBase::countNameservers » PHP Manual EventDnsBase Constructs ... ase object 説明 public EventDnsBase::__construct ( EventBase $base , bool $initialize ) Constructs EventDnsBase ... object. パラメータ base Event base. initialize If the initialize argument is true , ...
https://man.plustar.jp/php/eventdnsbase.construct.html - [similar]
PREV 1 2 3 4 5 6 NEXT