Results of 1 - 10 of about 37 for Generator (0.013 sec.)
- Generator クラス 11571
- « Closure::fromCallable Generator::current » PHP Manual 定義済みのインターフェイスとクラス Generator
...
ator クラス Generator クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8) はじめに Gen ...
ator は ジェネレータ が返すオブジェクトです。 警告 Generator オブジェクトのインスタンスは new では作れません。 ...
クラス概要 final class Generator implements Iterator { /* メソッド */ public curren ...
参考 オブジェクトの反復処理 も参照して下さい。 目次 Generator::current — yield した値を取得する Generator::getRe ...
-
https://man.plustar.jp/php/class.generator.html
- [similar]
- ジェネレータを続行する 10955
- « Generator::key Generator::rewind » PHP Manual Generator ジェネレータを続行する Generator::next
...
(PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::next — ジェネレータを続行する 説明 public Generat ...
or::next (): void Generator::next() のコールは、 null を引数として Generator:: ...
ありません。 戻り値 値を返しません。 関連キーワード: Generator , 続行 , next , コール , パラメータ , key , rewind ...
-
https://man.plustar.jp/php/generator.next.html
- [similar]
- yield した値を取得する 10276
- « Generator Generator::getReturn » PHP Manual Generator yield した値を取得する Generator::curren
...
t (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::current — yield した値を取得する 説明 public Gene ...
を返します。 関連キーワード: yield , した値 , 取得 , Generator , パラメータ , getReturn , public , 関数 , ...
-
https://man.plustar.jp/php/generator.current.html
- [similar]
- yield したキーを取得する 10245
- « Generator::getReturn Generator::next » PHP Manual Generator yield したキーを取得する Generator
...
::key (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::key — yield したキーを取得する 説明 public Genera ...
りません。 戻り値 yield したキーを返します。 例 例1 Generator::key() の例 <?php function Gen () { yield 'key' => ...
key => value 関連キーワード: yield , キー , 取得 , Generator , key , パラメータ , getReturn , next , public , し ...
-
https://man.plustar.jp/php/generator.key.html
- [similar]
- ジェネレータの戻り値を取得する 10118
- « Generator::current Generator::key » PHP Manual Generator ジェネレータの戻り値を取得する Generator
...
tor::getReturn (PHP 7, PHP 8) Generator::getReturn — ジェネレータの戻り値を取得する 説明 p ...
ublic Generator::getReturn (): mixed パラメータ この関数にはパラメ ...
タの実行が終了すると、その戻り値を返します。 例 例1 Generator::getReturn() の例 <?php $gen = (function() { yield ...
出力は以下となります。 1 2 3 関連キーワード: 取得 , Generator , getReturn , パラメータ , key , public , 関数 , 実 ...
-
https://man.plustar.jp/php/generator.getreturn.html
- [similar]
- イテレータを巻き戻す 10039
- « Generator::next Generator::send » PHP Manual Generator イテレータを巻き戻す Generator::rewind
...
(PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::rewind — イテレータを巻き戻す 説明 public Generat ...
ありません。 戻り値 値を返しません。 関連キーワード: Generator , rewind , パラメータ , next , send , public , 処理 ...
-
https://man.plustar.jp/php/generator.rewind.html
- [similar]
- イテレータが終了したかどうかを調べる 9897
- « Generator::throw Generator::__wakeup » PHP Manual Generator イテレータが終了したかどうかを調べ
...
る Generator::valid (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::v ...
— イテレータが終了したかどうかを調べる 説明 public Generator::valid (): bool パラメータ この関数にはパラメータは ...
ない場合は true を返します。 関連キーワード: 終了 , Generator , valid , パラメータ , throw , wakeup , public , 関 ...
-
https://man.plustar.jp/php/generator.valid.html
- [similar]
- 値をジェネレータに送る 9818
- « Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::se
...
nd (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::send — 値をジェネレータに送る 説明 public Generat ...
。そのため、 最初のジェネレータを指すためにわざわざ Generator::next() を呼ぶ必要はありません (Python と同じです) ...
になります。 戻り値 yield した値を返します。 例 例1 Generator::send() による値の注入 <?php function printer () { ...
m printer! Hello world! Bye world! 関連キーワード: Generator , 値 , yield , send , した値 , 最初 , そのため , 出 ...
-
https://man.plustar.jp/php/generator.send.html
- [similar]
- シリアライズのコールバック 9392
- « Generator::valid Fiber » PHP Manual Generator シリアライズのコールバック Generator::__wakeup (
...
PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::__wakeup — シリアライズのコールバック 説明 public ...
Generator::__wakeup (): void ジェネレータはシリアライズできな ...
ありません。 戻り値 値を返しません。 関連キーワード: Generator , wakeup , パラメータ , valid , Fiber , public , 例 ...
-
https://man.plustar.jp/php/generator.wakeup.html
- [similar]
- 実行中の Generator オブジェクトを取得する 9250
- « ReflectionGenerator::getExecutingFile ReflectionGenerator::getExecutingLine » PHP Manual Refle
...
ctionGenerator 実行中の Generator オブジェクトを取得する Reflecti ...
onGenerator::getExecutingGenerator (PHP 7, PHP 8) ReflectionGe ...
nerator::getExecutingGenerator — 実行中の Generator オブジェクトを取得する 説明 p ...
ublic ReflectionGenerator::getExecutingGenerator (): Generator 実行中の Gene ...
-
https://man.plustar.jp/php/reflectiongenerator.getexecutinggenerator.html
- [similar]