検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 260 for [SIMILAR] 16 1024 4096 WITH 19370 generator WITH... (0.397 sec.)
新しい関数 9156
« 変更された関数 新しいクラスおよびインターフェイス » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新しい関数 新しい関数 Closure Closure::call() CSPRNG random_bytes() random_int() エラー処理およびログ記録 error_clear_last() Generator Generator::getReturn() GNU Multiple Precision gmp_rand ...
https://man.plustar.jp/php/migration70.new-functions.html - [similar]
ジェネレータの構文 3826
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
値をジェネレータに送る 0
« Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::send (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::send — 値をジェネレータに送る 説明 public Generator::send ( mixed $value ): mixed 指定した値を yield の結果としてジェネレータに送り、ジェネレータを ...
https://man.plustar.jp/php/generator.send.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
アトミックに値を取得するか、キャッシュエントリを生成する 0
« apcu_enabled apcu_exists » PHP Manual APCu 関数 アトミックに値を取得するか、キャッシュエントリを生成する apcu_entry (PECL apcu >= 5.1.0) apcu_entry — アトミックに値を取得するか、キャッシュエントリを生成する 説明 apcu_entry ( string $key , callable $generator , int $ttl = 0 ): mixed キャ ...
https://man.plustar.jp/php/function.apcu-entry.html - [similar]
ReflectionGenerator オブジェクトを構築する 0
« ReflectionGenerator ReflectionGenerator::getExecutingFile » PHP Manual ReflectionGenerator ReflectionGenerator オブジェクトを構築する ReflectionGenerator::__construct (PHP 7, PHP 8) ReflectionGenerator::__construct — ReflectionGenerator オブジェクトを構築する 説明 public ReflectionGene ...
https://man.plustar.jp/php/reflectiongenerator.construct.html - [similar]
ジェネレータとは 0
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (PHP 5 >= 5.5.0, PHP 7, PHP 8) ジェネレータを使えば、シンプルな イテレータ を簡単に実装できます。 Iterator インターフェイスを実装したクラスを用意する オーバーヘッドや複雑さを心配する必要はありま ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
現在実行中のジェネレータのファイル名を取得する 0
« ReflectionGenerator::__construct ReflectionGenerator::getExecutingGenerator » PHP Manual ReflectionGenerator 現在実行中のジェネレータのファイル名を取得する ReflectionGenerator::getExecutingFile (PHP 7, PHP 8) ReflectionGenerator::getExecutingFile — 現在実行中のジェネレータのファイル名を ...
https://man.plustar.jp/php/reflectiongenerator.getexecutingfile.html - [similar]
下位互換性のない変更点 0
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT