Results of 1 - 10 of about 13 for getReturn (0.017 sec.)
- ジェネレータの戻り値を取得する 13390
- « Generator::current Generator::key » PHP Manual Generator ジェネレータの戻り値を取得する Genera
...
tor::getReturn (PHP 7, PHP 8) Generator::getReturn — ジェネレータ ...
の戻り値を取得する 説明 public Generator::getReturn (): mixed パラメータ この関数にはパラメータはありま ...
終了すると、その戻り値を返します。 例 例1 Generator::getReturn() の例 <?php $gen = (function() { yield 1 ; yield ...
n as $val ) { echo $val , PHP_EOL ; } echo $gen -> getReturn (), PHP_EOL ; 上の例の出力は以下となります。 1 2 3 ...
-
https://man.plustar.jp/php/generator.getreturn.html
- [similar]
- ファイバーが返した値を取得する 11138
- « Fiber::throw Fiber::isStarted » PHP Manual Fiber ファイバーが返した値を取得する Fiber::getReturn
...
rn (PHP 8 >= 8.1.0) Fiber::getReturn — ファイバーが返した値を取得する 説明 public Fiber ...
::getReturn (): mixed パラメータ この関数にはパラメータはありま ...
関連キーワード: ファイバー , た値 , 取得 , Fiber , getReturn , スロー , パラメータ , そのもの , 例外 , 終了 ...
-
https://man.plustar.jp/php/fiber.getreturn.html
- [similar]
- yield した値を取得する 9378
- « Generator Generator::getReturn » PHP Manual Generator yield した値を取得する Generator::curren
...
: yield , した値 , 取得 , Generator , パラメータ , getReturn , public , 関数 , ...
-
https://man.plustar.jp/php/generator.current.html
- [similar]
- Fiber クラス 9290
- « Generator::__wakeup Fiber::__construct » PHP Manual 定義済みのインターフェイスとクラス Fiber ク
...
ublic throw ( Throwable $exception ): mixed public getReturn (): mixed public isStarted (): bool public isSuspe ...
バーの実行を、例外をスローすることで再開する Fiber::getReturn — ファイバーが返した値を取得する Fiber::isStarted ...
public , クラス , 実行 , 停止 , construct , 再開 , getReturn , isStarted ...
-
https://man.plustar.jp/php/class.fiber.html
- [similar]
- ファイバーが開始したかどうかを調べる 9132
- « Fiber::getReturn Fiber::isSuspended » PHP Manual Fiber ファイバーが開始したかどうかを調べる Fi
...
ファイバー , 開始 , Fiber , isStarted , パラメータ , getReturn , isSuspended , public , 関数 , ...
-
https://man.plustar.jp/php/fiber.isstarted.html
- [similar]
- yield したキーを取得する 9044
- « Generator::getReturn Generator::next » PHP Manual Generator yield したキーを取得する Generator
...
eld , キー , 取得 , Generator , key , パラメータ , getReturn , next , public , した値 ...
-
https://man.plustar.jp/php/generator.key.html
- [similar]
- Generator クラス 8621
- « Closure::fromCallable Generator::current » PHP Manual 定義済みのインターフェイスとクラス Gener
...
r { /* メソッド */ public current (): mixed public getReturn (): mixed public key (): mixed public next (): voi ...
rator::current — yield した値を取得する Generator::getReturn — ジェネレータの戻り値を取得する Generator::key — ...
-
https://man.plustar.jp/php/class.generator.html
- [similar]
- 新しい関数 7882
- « 変更された関数 新しいクラスおよびインターフェイス » PHP Manual PHP 5.6.x から PHP 7.0.x への移
...
よびログ記録 error_clear_last() Generator Generator::getReturn() GNU Multiple Precision gmp_random_seed() 数学関数 ...
onParameter::hasType() ReflectionFunctionAbstract::getReturnType() ReflectionFunctionAbstract::hasReturnType() ...
-
https://man.plustar.jp/php/migration70.new-functions.html
- [similar]
- ファイバーの実行を、例外をスローすることで再開する 7706
- « Fiber::resume Fiber::getReturn » PHP Manual Fiber ファイバーの実行を、例外をスローすることで再
...
-
https://man.plustar.jp/php/fiber.throw.html
- [similar]
- ジェネレータの構文 7548
- « ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ
...
ータは値を返すことができます。返した値は Generator::getReturn() で取得することが出来ます。 yield キーワード ジェ ...
( $gen as $num ) { echo " $num " ; } echo $gen -> getReturn (); ?> 上の例の出力は以下となります。 1 2 3 4 5 6 ...
-
https://man.plustar.jp/php/language.generators.syntax.html
- [similar]