検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 25 for gen (0.005 sec.)
ジェネレータの $this の値を取得する 8784
« ReflectionGenerator::getFunction ReflectionGenerator::getTrace » PHP Manual ReflectionGenerato ... r ジェネレータの $this の値を取得する ReflectionGenerator::getThis (PHP 7, PHP 8) ReflectionGenerator: ... レータの $this の値を取得する 説明 public ReflectionGenerator::getThis (): ? object ジェネレータがアクセス ... れていない場合は null を返します。 例 例1 ReflectionGenerator::getThis() の例 <?php class GenExample { pub ... lic function gen () { yield 1 ; } } $gen = (new GenExample )-> gen ...
https://man.plustar.jp/php/reflectiongenerator.getthis.html - [similar]
現在実行中のジェネレータのファイル名を取得する 8717
« ReflectionGenerator::__construct ReflectionGenerator::getExecutingGenerator » PHP Manual Refle ... ctionGenerator 現在実行中のジェネレータのファイル名を取得す ... る ReflectionGenerator::getExecutingFile (PHP 7, PHP 8) ReflectionG ... ネレータのファイル名を取得する 説明 public ReflectionGenerator::getExecutingFile (): string 現在実行中のジェ ... のファイル名をフルパスを返します。 例 例1 ReflectionGenerator::getExecutingFile() の例 <?php class GenExam ...
https://man.plustar.jp/php/reflectiongenerator.getexecutingfile.html - [similar]
ジェネレータの戻り値を取得する 8252
« 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 2 ; return 3 ; })(); foreach ( $gen as $val ) { echo $val , PHP_EOL ; } echo $gen -> g ...
https://man.plustar.jp/php/generator.getreturn.html - [similar]
のエイリアス ibase_free_result 7804
« fbird_free_query fbird_gen_id » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_free_res ... ード: free , result , ibase , fbird , 関数 , query , gen , ...
https://man.plustar.jp/php/function.fbird-free-result.html - [similar]
のエイリアス ibase_maintain_db 7804
« fbird_gen_id fbird_modify_user » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_maintai ... 関連キーワード: maintain , ibase , fbird , 関数 , gen , modify , user , ...
https://man.plustar.jp/php/function.fbird-maintain-db.html - [similar]
実行中のジェネレータのトレースを取得する 7671
« ReflectionGenerator::getThis ReflectionFiber » PHP Manual ReflectionGenerator 実行中のジェネレ ... ータのトレースを取得する ReflectionGenerator::getTrace (PHP 7, PHP 8) ReflectionGenerator ... ェネレータのトレースを取得する 説明 public ReflectionGenerator::getTrace ( int $options = DEBUG_BACKTRACE_P ... ジェネレータのトレースを返します。 例 例1 ReflectionGenerator::getTrace() の例 <?php function foo () { yie ... foo (); } function baz () { yield from bar (); } $gen = baz (); $gen -> valid (); // ジェネレータを開始 ...
https://man.plustar.jp/php/reflectiongenerator.gettrace.html - [similar]
結果セットを解放する 7538
« ibase_free_query ibase_gen_id » PHP Manual Firebird/InterBase 関数 結果セットを解放する ibase_ ... 解放 , ibase , result , free , query , identifier , gen , 関数 , resource ...
https://man.plustar.jp/php/function.ibase-free-result.html - [similar]
新機能 6940
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... はできません)。 この値を取得するには、新しいメソッド Generator::getReturn() を用います。 このメソッドを使う ... 値の生成を終えた後の一度だけになるでしょう。 <?php $gen = (function() { yield 1 ; yield 2 ; return 3 ; })( ... ); foreach ( $gen as $val ) { echo $val , PHP_EOL ; } echo $gen -> g ... 単に yield from 構文を使うだけです。 <?php function gen () { yield 1 ; yield 2 ; yield from gen2 (); } fun ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
Firebird/InterBase 関数 6824
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... free_result — のエイリアス ibase_free_result fbird_gen_id — のエイリアス ibase_gen_id fbird_maintain_db — ... する ibase_free_result — 結果セットを解放する ibase_gen_id — 指定した名前のジェネレータをひとつ加算し、その ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Firebird/InterBase 6758
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... free_result — のエイリアス ibase_free_result fbird_gen_id — のエイリアス ibase_gen_id fbird_maintain_db — ... する ibase_free_result — 結果セットを解放する ibase_gen_id — 指定した名前のジェネレータをひとつ加算し、その ...
https://man.plustar.jp/php/book.ibase.html - [similar]
PREV 1 2 3 NEXT