検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 709 for [SIMILAR] 16 1024 4096 WITH 19370 generator WITH... (0.745 sec.)
イテレータが終了したかどうかを調べる 10000
« Generator::throw Generator::__wakeup » PHP Manual Generator イテレータが終了したかどうかを調べる Generator::valid (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::valid — イテレータが終了したかどうかを調べる 説明 public Generator::valid (): bool パラメータ この関数にはパラメータはありません。 ...
https://man.plustar.jp/php/generator.valid.html - [similar]
イテレータを巻き戻す 9674
« Generator::next Generator::send » PHP Manual Generator イテレータを巻き戻す Generator::rewind (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::rewind — イテレータを巻き戻す 説明 public Generator::rewind (): void 既に処理が始まっている場合は、例外をスローします。 パラメータ この関数にはパラメー ...
https://man.plustar.jp/php/generator.rewind.html - [similar]
Generator クラス 9350
« Closure::fromCallable Generator::current » PHP Manual 定義済みのインターフェイスとクラス Generator クラス Generator クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8) はじめに Generator は ジェネレータ が返すオブジェクトです。 警告 Generator オブジェクトのインスタンスは new では作れません。 クラス概 ...
https://man.plustar.jp/php/class.generator.html - [similar]
ジェネレータの戻り値を取得する 9350
« Generator::current Generator::key » PHP Manual Generator ジェネレータの戻り値を取得する Generator::getReturn (PHP 7, PHP 8) Generator::getReturn — ジェネレータの戻り値を取得する 説明 public Generator::getReturn (): mixed パラメータ この関数にはパラメータはありません。 戻り値 ジェネレー ...
https://man.plustar.jp/php/generator.getreturn.html - [similar]
ジェネレータを続行する 9350
« Generator::key Generator::rewind » PHP Manual Generator ジェネレータを続行する Generator::next (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::next — ジェネレータを続行する 説明 public Generator::next (): void Generator::next() のコールは、 null を引数として Generator::send() をコールすること ...
https://man.plustar.jp/php/generator.next.html - [similar]
yield した値を取得する 9350
« Generator Generator::getReturn » PHP Manual Generator yield した値を取得する Generator::current (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::current — yield した値を取得する 説明 public Generator::current (): mixed パラメータ この関数にはパラメータはありません。 戻り値 yield した値を返しま ...
https://man.plustar.jp/php/generator.current.html - [similar]
yield したキーを取得する 9350
« Generator::getReturn Generator::next » PHP Manual Generator yield したキーを取得する Generator::key (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::key — yield したキーを取得する 説明 public Generator::key (): mixed yield した値のキーを取得します。 パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/generator.key.html - [similar]
シリアライズのコールバック 9350
« Generator::valid Fiber » PHP Manual Generator シリアライズのコールバック Generator::__wakeup (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::__wakeup — シリアライズのコールバック 説明 public Generator::__wakeup (): void ジェネレータはシリアライズできないので、例外をスローします。 パラメータ ...
https://man.plustar.jp/php/generator.wakeup.html - [similar]
実行中の Generator オブジェクトを取得する 9350
« ReflectionGenerator::getExecutingFile ReflectionGenerator::getExecutingLine » PHP Manual ReflectionGenerator 実行中の Generator オブジェクトを取得する ReflectionGenerator::getExecutingGenerator (PHP 7, PHP 8) ReflectionGenerator::getExecutingGenerator — 実行中の Generator オブジェクトを ...
https://man.plustar.jp/php/reflectiongenerator.getexecutinggenerator.html - [similar]
例外をジェネレータにスローする 9350
« Generator::send Generator::valid » PHP Manual Generator 例外をジェネレータにスローする Generator::throw (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::throw — 例外をジェネレータにスローする 説明 public Generator::throw ( Throwable $exception ): mixed 例外をジェネレータにスローして、ジェネレ ...
https://man.plustar.jp/php/generator.throw.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT