検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 120 for Events (0.012 sec.)
Begin checking for events and calling callbacks for the loop 6979
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... PECL ev >= 0.2.0) EvLoop::run — Begin checking for events and calling callbacks for the loop 説明 public EvL ... p::run ( int $flags = 0 ): void Begin checking for events and calling callbacks for the current event loop. ... op) Ev::RUN_NOWAIT Don't block at all(fetch/handle events, but don't wait) See the run flag constants . 戻り ... しを開始する 関連キーワード: EvLoop , flags , run , events , return , which , callbacks , checking , there , ...
https://man.plustar.jp/php/evloop.run.html - [similar]
The EventBufferEvent class 6917
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... f data buffering in addition to just responding to events. When we want to write data, for example, the usua ... ead buffer, and a write buffer. Instead of regular events, which give callbacks when the underlying transpor ... , int $options = 0 ): array public disable ( int $events ): bool public enable ( int $events ): bool public ... $timeout_write ): bool public setWatermark ( int $events , int $lowmark , int $highmark ): void public sslE ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
Add callback functions triggered by events. 6805
« Swoole\Client::isConnected Swoole\Client::pause » PHP Manual Swoole\Client Add callback functi ... ons triggered by events. Swoole\Client::on (PECL swoole >= 1.9.0) Swoole\C ... lient::on — Add callback functions triggered by events. 説明 public Swoole\Client::on ( string $event , c ... lback 関連キーワード: callback , Add , functions , events , Swoole , event , isConnected , pause , swoole , ...
https://man.plustar.jp/php/swoole-client.on.html - [similar]
Wait for the events of child processes. 6768
« Swoole\Process::useQueue Swoole\Process::write » PHP Manual Swoole\Process Wait for the events ... oole >= 1.9.0) Swoole\Process::wait — Wait for the events of child processes. 説明 public static Swoole\Proc ... パラメータ blocking 戻り値 関連キーワード: Wait , events , child , processes , Swoole , Process , the , of ...
https://man.plustar.jp/php/swoole-process.wait.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 6656
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... } /* Event callback */ function eventcb ( $bev , $events , $base ) { if ( $events & EventBufferEvent :: CON ... NECTED ) { echo "Connected.\n" ; } elseif ( $events & ( EventBufferEvent :: ERROR | EventBufferEvent : ... : EOF )) { if ( $events & EventBufferEvent :: ERROR ) { echo "DNS error: " ... CKS ); if (! $bev ) { exit( "Failed creating bufferevent socket\n" ); } echo "step 2\n" ; $bev -> setCallbac ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
はじめに 6594
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... t the programmer can use to send and receive data. Events The parallel\Events API implements a native feel ( ... Traversable ) event loop, and parallel\Events::poll() method. It allows the programmer to work w ... ionally setting the input for writes with parallel\Events::setInput() , and enters into a foreach: parallel ... objects as they become available yielding parallel\Events\Event objects describing the operations that have ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
Constructing signal events 6532
« Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events ... d catch the following: Caught signal 15 */ class MyEventSignal { private $base , $ev ; public function __con ... vent :: signal ( $base , SIGTERM , array( $this , 'eventSighandler' )); $this -> ev -> add (); } public func ... tion eventSighandler ( $no , $c ) { echo "Caught signal $no \n ... exit (); } } $base = new EventBase (); $c = new MyEventSignal ( $base ); $base -> loop (); ?> Note that sig ...
https://man.plustar.jp/php/event.constructing.signal.events.html - [similar]
6532
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... ; } } // Event callback function eventcb ( $bev , $events , $base ) { if ( $events & EventBufferEvent :: CON ... NECTED ) { echo "Connected.\n" ; } elseif ( $events & ( EventBufferEvent :: ERROR | EventBufferEvent : ... : EOF )) { if ( $events & EventBufferEvent :: ERROR ) { echo "DNS error: " ... cb" ); if (! $bev ) { exit( "Failed creating bufferevent socket\n" ); } //$bev->setCallbacks("readcb", /* wr ...
https://man.plustar.jp/php/event.examples.html - [similar]
Event 6507
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... nt persistence Event callbacks Constructing signal events Event — The Event class Event::add — Makes event p ... Base object EventBase::dispatch — Dispatch pending events EventBase::exit — Stop dispatching events EventBas ... as told to exit EventBase::loop — Dispatch pending events EventBase::priorityInit — Sets number of prioritie ... tBase::stop — Tells event_base to stop dispatching events EventBuffer — The EventBuffer class EventBuffer::a ...
https://man.plustar.jp/php/book.event.html - [similar]
Creates two buffer events connected to each other 6507
« EventBufferEvent::__construct EventBufferEvent::disable » PHP Manual EventBufferEvent Creates ... two buffer events connected to each other EventBufferEvent::createPa ... EventBufferEvent::createPair — Creates two buffer events connected to each other 説明 public static EventBu ... 関連キーワード: each , EventBufferEvent , Creates , events , buffer , array , createPair , objects , Returns ...
https://man.plustar.jp/php/eventbufferevent.createpair.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT