検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 38 for resume (0.003 sec.)
Resume previously suspended default event loop 12972
« EvLoop::prepare EvLoop::run » PHP Manual EvLoop Resume previously suspended default event loop ... EvLoop::resume (PECL ev >= 0.2.0) EvLoop::resumeResume previou ... y suspended default event loop 説明 public EvLoop::resume (): void EvLoop::suspend() and EvLoop::resume() me ... thods suspend and resume a loop correspondingly. パラメータ この関数にはパラ ... せん。 参考 EvLoop::suspend() - Suspend the loop Ev::resume() - 一時停止していたデフォルトのイベントループを再 ...
https://man.plustar.jp/php/evloop.resume.html - [similar]
Resume receiving data. 12594
« Swoole\Client::recv Swoole\Client::send » PHP Manual Swoole\Client Resume receiving data. Swoo ... le\Client::resume (PECL swoole >= 1.9.0) Swoole\Client::resume — Res ... ume receiving data. 説明 public Swoole\Client::resume (): void パラメータ この関数にはパラメータはありま ... せん。 関連キーワード: Resume , receiving , data , Swoole , resume , パラメータ ...
https://man.plustar.jp/php/swoole-client.resume.html - [similar]
一時停止していたデフォルトのイベントループを再開させる 10990
« Ev::recommendedBackends Ev::run » PHP Manual Ev 一時停止していたデフォルトのイベントループを再 ... 開させる Ev::resume (PECL ev >= 0.2.0) Ev::resume — 一時停止していたデ ... ントループを再開させる 説明 final public static Ev::resume (): void Ev::suspend() と Ev::resume() が、それぞれ ... ます。 すべてのタイマーウォッチャーは、 suspend から resume までの時間だけ遅延します。また、すべての定期ウォッ ... Ev::suspend() を呼んだ後は、 そのループ上では Ev::resume() 以外の関数を呼べません。 また、先に Ev::suspend( ...
https://man.plustar.jp/php/ev.resume.html - [similar]
Suspend the loop 9984
« EvLoop::stop EvLoop::timer » PHP Manual EvLoop Suspend the loop EvLoop::suspend (PECL ev >= 0. ... op::suspend (): void EvLoop::suspend() and EvLoop::resume() methods suspend and resume a loop correspondingl ... はありません。 戻り値 値を返しません。 参考 EvLoop::resume() - Resume previously suspended default event loop ... 関連キーワード: EvLoop , Suspend , suspend , the , resume , パラメータ , public , timer , methods , correspo ...
https://man.plustar.jp/php/evloop.suspend.html - [similar]
デフォルトのイベントループを一時停止する 9638
« Ev::supportedBackends Ev::time » PHP Manual Ev デフォルトのイベントループを一時停止する Ev::su ... c static Ev::suspend (): void Ev::suspend() と Ev::resume() が、それぞれループの一時停止と再開に対応します。 ... すべてのタイマーウォッチャーは、 suspend から resume までの時間だけ遅延します。また、すべての定期ウォッ ... Ev::suspend() を呼んだ後は、 そのループ上では Ev::resume() 以外の関数を呼べません。 また、先に Ev::suspend( ... ) を呼んでいない状態で Ev::resume() は呼べません。 パラメータ この関数にはパラメータ ...
https://man.plustar.jp/php/ev.suspend.html - [similar]
Start receving data from the connection. 9591
« Swoole\Server::reload Swoole\Server::send » PHP Manual Swoole\Server Start receving data from ... the connection. Swoole\Server::resume (PECL swoole >= 1.9.0) Swoole\Server::resume — Sta ... ta from the connection. 説明 public Swoole\Server::resume ( int $fd ): void パラメータ fd 戻り値 関連キーワー ... ving , data , from , onnection , Swoole , Server , resume , reload , send , swoole ...
https://man.plustar.jp/php/swoole-server.resume.html - [similar]
Description 9308
« Swoole\Coroutine::getuid Swoole\Coroutine::suspend » PHP Manual Swoole\Coroutine Description S ... woole\Coroutine::resume (PECL swoole >= 2.0.0) Swoole\Coroutine::resume... Description 説明 public static Swoole\Coroutine::resume (): ReturnType 警告 この関数は、 現在のところ詳細な ... 関連キーワード: Description , Swoole , Coroutine , resume , 関数 , パラメータ , getuid , suspend , swoole , ...
https://man.plustar.jp/php/swoole-coroutine.resume.html - [similar]
現在実行中のファイバーを停止する 8962
« Fiber::isTerminated Fiber::getCurrent » PHP Manual Fiber 現在実行中のファイバーを停止する Fibe ... このメソッドに渡した値が、 Fiber::start() , Fiber::resume() , Fiber::throw() から返されます。 但し、 Fiber:: ... ァイバーの実行が再開されると、 このメソッドは Fiber::resume() に渡された値を返します。 ファイバーの実行が Fibe ... されます。 パラメータ value Fiber::start() , Fiber::resume() , Fiber::throw() を呼び出した際に返される値。 但 ... 在のファイバーに移った場合に限ります。 戻り値 Fiber::resume() に渡された値を返します。 関連キーワード: Fiber , ...
https://man.plustar.jp/php/fiber.suspend.html - [similar]
値を渡して、ファイバーの実行を再開させる 8632
« Fiber::start Fiber::throw » PHP Manual Fiber 値を渡して、ファイバーの実行を再開させる Fiber::resume ... esume (PHP 8 >= 8.1.0) Fiber::resume — 値を渡して、ファイバーの実行を再開させる 説明 pu ... blic Fiber::resume ( mixed $value = null ): mixed 現在の Fiber::suspe ... : ファイバー , 再開 , Fiber , 実行 , 値 , スロー , resume , suspend , 停止 , コール ...
https://man.plustar.jp/php/fiber.resume.html - [similar]
ファイバー 7956
« 例外を拡張する ジェネレータ » PHP Manual 言語リファレンス ファイバー ファイバー ファイバーの概 ... ファイバーが停止されると、 ファイバーの実行は Fiber::resume() に任意の値を渡すか、 Fiber::throw() を使ってファ ... Fiber :: suspend ( 'fiber' ); echo "Value used to resume fiber: " , $value , PHP_EOL ; }); $value = $fiber ... fiber suspending: " , $value , PHP_EOL ; $fiber -> resume ( 'test' ); ?> 上の例の出力は以下となります。 Valu ... e from fiber suspending: fiber Value used to resume fiber: test 関連キーワード: ファイバー , 関数 , 停 ...
https://man.plustar.jp/php/language.fibers.html - [similar]
PREV 1 2 3 4 NEXT