検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 121 for Ev (0.015 sec.)
デフォルトのイベントループが新しいイベントをポーリングした回数を返す 8091
« Ev::feedSignalEvent Ev::now » PHP Manual Ev デフォルトのイベントループが新しいイベントをポーリ ... ングした回数を返す Ev::iteration (PECL ev >= 0.2.0) Ev::iteration — デフ ... をポーリングした回数を返す 説明 final public static Ev::iteration (): int デフォルトのイベントループが新し ... トのイベントループのポーリング回数を返します。 参考 Ev::depth() - 再帰の深さを返す 関連キーワード: ポーリ ... ング , 回数 , イベント , Ev , デフォルト , iteration , パラメータ , カウンター ...
https://man.plustar.jp/php/ev.iteration.html - [similar]
内部の整合性をチェックする (デバッグ用) 7695
« Ev::time EvCheck » PHP Manual Ev 内部の整合性をチェックする (デバッグ用) Ev::verify (PECL ev > ... = 0.2.0) Ev::verify — 内部の整合性をチェックする (デバッグ用) ... 説明 final public static Ev::verify (): void 内部の整合性をチェック ( libev... せん。 関連キーワード: 内部 , チェック , デバッグ , Ev , verify , パラメータ , time , EvCheck , final , p ...
https://man.plustar.jp/php/ev.verify.html - [similar]
Returns the values most recently detected by Ev 7385
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... EvStat::attr (PECL ev >= 0.2.0) EvStat::attr — Return ... s the values most recently detected by Ev 説明 public EvS ... tat::attr (): array Returns array of the values most recently detected by Ev パラメータ この ... パラメータはありません。 戻り値 Returns array with the values most recently detect by Ev(without actual st ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
EvEmbed オブジェクトを作る 7125
« EvEmbed EvEmbed::createStopped » PHP Manual EvEmbed EvEmbed オブジェクトを作る EvEmbed::__cons ... truct (PECL ev >= 0.2.0) EvEmbed::__construct — EvEmbed オブジェク ... トを作る 説明 public EvEmbed::__construct ( object $other , callable $call ... 能性があるので、 使ってはいけません。 詳細は、 » libev のドキュメント を参照ください。 このウォッチャーは ... 便利です。 以下の例を参照ください。 パラメータ other EvLoop のインスタンス。 埋め込むループです。これは埋め ...
https://man.plustar.jp/php/evembed.construct.html - [similar]
Configures whether to keep the loop from returning 7100
« EvWatcher::invoke EvWatcher::setCallback » PHP Manual EvWatcher Configures whether to keep the ... loop from returning EvWatcher::keepalive (PECL ev >= 0.2.0) EvWatcher::ke ... hether to keep the loop from returning 説明 public EvWatcher::keepalive ( bool $value = ? ): bool Config ... ther to keep the loop from returning. With keepalive value set to false the watcher won't keep Ev::run() ... / EvLoop::run() from returning even though the watcher ...
https://man.plustar.jp/php/evwatcher.keepalive.html - [similar]
Returns an integer describing the backend used by libev 7038
« EvLoop EvLoop::check » PHP Manual EvLoop Returns an integer describing the backend used by lib ... ev EvLoop::backend (PECL ev >= 0.2.0) EvLoop::backend — ... turns an integer describing the backend used by libev 説明 public EvLoop::backend (): int The same as Ev ... turns an integer describing the backend used by libev. See Ev::backend() . 参考 Ev::backend() - libev... クエンドを表す整数値を返す 関連キーワード: backend , EvLoop , libev , Returns , integer , describing , Ev ...
https://man.plustar.jp/php/evloop.backend.html - [similar]
Stops the event loop 6691
« EvLoop::stat EvLoop::suspend » PHP Manual EvLoop Stops the event loop EvLoop::stop (PECL ev >= ... 0.2.0) EvLoop::stop — Stops the event loop 説明 public EvLoo ... p::stop ( int $how = ? ): void Stops the event loop パラメータ how One of Ev::BREAK_* constant ... s . 戻り値 値を返しません。 参考 EvLoop::run() - Begin checking for events and calling ... callbacks for the loop Ev::stop() - デフォルトのイベントループを止める 関連キ ...
https://man.plustar.jp/php/evloop.stop.html - [similar]
Begin checking for events and calling callbacks for the loop 6666
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... cks for the loop EvLoop::run (PECL ev >= 0.2.0) EvLoop::run — Begin ch ... ecking for events and calling callbacks for the loop 説明 public ... EvLoop::run ( int $flags = 0 ): void Begin checking f ... or events and calling callbacks for the current event lo ...
https://man.plustar.jp/php/evloop.run.html - [similar]
ウォッチャーのコールバック 6579
« ウォッチャー Periodic ウォッチャーの操作モード » PHP Manual Ev ウォッチャーのコールバック ウォ ... を付けて呼ばれます。 watcher (ウォッチャー)、そして revents (受け取ったイベントのビットマスク) です。 ウォ ... ャーのコールバックは、ウォッチャーのコンストラクタ ( EvWatcher の派生クラス。 EvCheck::__construct() や Ev ... けません。 callback ( object $watcher = NULL , int $revents = NULL ): void watcher EvWatcher を継承したクラ ... スのインスタンス。 revents ウォッチャーが受信したイベント ウォッチャーの型 ...
https://man.plustar.jp/php/ev.watcher-callbacks.html - [similar]
6579
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... function readcb ( $bev , $base ) { //$input = $bev->input; //$bev->getInp ... ut(); //$pos = $input->search("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev - ... remove ( $buf , 1024 )) > 0 ) { echo $buf ; } } // Event callback function eventcb ( $bev , $events , $b ... ase ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo "Conn ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT