検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 151 for [SIMILAR] 16 1024 4096 WITH 20536 isstarted WITH... (0.958 sec.)
ファイバーが開始したかどうかを調べる 10000
« Fiber::getReturn Fiber::isSuspended » PHP Manual Fiber ファイバーが開始したかどうかを調べる Fiber::isStarted (PHP 8 >= 8.1.0) Fiber::isStarted — ファイバーが開始したかどうかを調べる 説明 public Fiber::isStarted (): bool パラメータ この関数にはパラメータはありません。 戻り値 ファイバーが ...
https://man.plustar.jp/php/fiber.isstarted.html - [similar]
状態を検出する 8467
« Thread::isJoined Thread::join » PHP Manual Thread 状態を検出する Thread::isStarted (PECL pthreads >= 2.0.0) Thread::isStarted — 状態を検出する 説明 public Thread::isStarted (): bool このスレッドが開始したかどうかを調べます。 パラメータ この関数にはパラメータはありません。 戻り値 成功し ...
https://man.plustar.jp/php/thread.isstarted.html - [similar]
同期処理 8467
« Thread::isStarted Thread::start » PHP Manual Thread 同期処理 Thread::join (PECL pthreads >= 2.0.0) Thread::join — 同期処理 説明 public Thread::join (): bool 呼び出し元のコンテキストが、このスレッドの実行終了を待つようにします。 パラメータ この関数にはパラメータはありません。 戻り値 成功 ...
https://man.plustar.jp/php/thread.join.html - [similar]
Fiber クラス 5319
« Generator::__wakeup Fiber::__construct » PHP Manual 定義済みのインターフェイスとクラス Fiber クラス Fiber クラス (PHP 8 >= 8.1.0) はじめに ファイバー(Fiber) は 完全なスタックを持つ、停止可能な関数です。 ファイバー はコールスタック中のどこからでも停止することができますし、 後に再開される ...
https://man.plustar.jp/php/class.fiber.html - [similar]
ファイバーが返した値を取得する 5319
« Fiber::throw Fiber::isStarted » PHP Manual Fiber ファイバーが返した値を取得する Fiber::getReturn (PHP 8 >= 8.1.0) Fiber::getReturn — ファイバーが返した値を取得する 説明 public Fiber::getReturn (): mixed パラメータ この関数にはパラメータはありません。 戻り値 Fiber::__construct() に指定し ...
https://man.plustar.jp/php/fiber.getreturn.html - [similar]
ファイバーが終了しているかを調べる 5319
« Fiber::isRunning Fiber::suspend » PHP Manual Fiber ファイバーが終了しているかを調べる Fiber::isTerminated (PHP 8 >= 8.1.0) Fiber::isTerminated — ファイバーが終了しているかを調べる 説明 public Fiber::isTerminated (): bool パラメータ この関数にはパラメータはありません。 戻り値 ファイバー ...
https://man.plustar.jp/php/fiber.isterminated.html - [similar]
ファイバー 5308
« 例外を拡張する ジェネレータ » PHP Manual 言語リファレンス ファイバー ファイバー ファイバーの概要 (PHP 8 >= 8.1.0) ファイバー(Fibers) は、完全なスタックを持つ、停止可能な関数です。 ファイバー はコールスタック中のどこからでも停止することができますし、 後に再開されるまで実行を停止したまま ...
https://man.plustar.jp/php/language.fibers.html - [similar]
値を渡して、ファイバーの実行を再開させる 5299
« Fiber::start Fiber::throw » PHP Manual Fiber 値を渡して、ファイバーの実行を再開させる Fiber::resume (PHP 8 >= 8.1.0) Fiber::resume — 値を渡して、ファイバーの実行を再開させる 説明 public Fiber::resume ( mixed $value = null ): mixed 現在の Fiber::suspend() の呼び出し結果として、指定した値 ...
https://man.plustar.jp/php/fiber.resume.html - [similar]
ファイバーの実行を、例外をスローすることで再開する 5299
« Fiber::resume Fiber::getReturn » PHP Manual Fiber ファイバーの実行を、例外をスローすることで再開する Fiber::throw (PHP 8 >= 8.1.0) Fiber::throw — ファイバーの実行を、例外をスローすることで再開する 説明 public Fiber::throw ( Throwable $exception ): mixed 現在の Fiber::suspend() への呼び ...
https://man.plustar.jp/php/fiber.throw.html - [similar]
新しいファイバーのインスタンスを構築する 5294
« Fiber Fiber::start » PHP Manual Fiber 新しいファイバーのインスタンスを構築する Fiber::__construct (PHP 8 >= 8.1.0) Fiber::__construct — 新しいファイバーのインスタンスを構築する 説明 public Fiber::__construct ( callable $callback ) パラメータ callback ファイバーを開始する時の callable を ...
https://man.plustar.jp/php/fiber.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT