検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 193 for [SIMILAR] 16 1024 4096 WITH 16603 generator WITH... (0.196 sec.)
サンプル 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
« 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]
wddx の例 0
« 例 WDDX 関数 » PHP Manual 例 wddx の例 wddx の例 変数をシリアル化する全ての関数は配列の最初要素をその配列が配列と 構造体のどちらでシリアル化されるのかを定義するために使用するということに 注意してください。最初の要素が文字列をキーとして有する場合は 構造体でシリアル化され、その他の場合は ...
https://man.plustar.jp/php/wddx.examples-serialize.html - [similar]
Returns the text snippet generator for highlighted text 0
« SolrQuery::getHighlightFormatter SolrQuery::getHighlightFragsize » PHP Manual SolrQuery Returns the text snippet generator for highlighted text SolrQuery::getHighlightFragmenter (PECL solr >= 0.9.2) SolrQuery::getHighlightFragmenter — Returns the text snippet generator for highlighted ...
https://man.plustar.jp/php/solrquery.gethighlightfragmenter.html - [similar]
Sets a text snippet generator for highlighted text 0
« SolrQuery::setHighlightFormatter SolrQuery::setHighlightFragsize » PHP Manual SolrQuery Sets a text snippet generator for highlighted text SolrQuery::setHighlightFragmenter (PECL solr >= 0.9.2) SolrQuery::setHighlightFragmenter — Sets a text snippet generator for highlighted text 説明 ...
https://man.plustar.jp/php/solrquery.sethighlightfragmenter.html - [similar]
ReflectionGenerator クラス 0
« ReflectionUnionType::getTypes ReflectionGenerator::__construct » PHP Manual リフレクション ReflectionGenerator クラス ReflectionGenerator クラス (PHP 7, PHP 8) はじめに ReflectionGenerator クラスは、ジェネレータに関する情報を報告します。 クラス概要 final class ReflectionGenerator { /* ...
https://man.plustar.jp/php/class.reflectiongenerator.html - [similar]
シリアルポートの端末属性とボーレートを設定する 0
« dio_stat dio_truncate » PHP Manual ダイレクト IO 関数 シリアルポートの端末属性とボーレートを設定する dio_tcsetattr (PHP 4 >= 4.3.0, PHP 5 < 5.1.0) dio_tcsetattr — シリアルポートの端末属性とボーレートを設定する 説明 dio_tcsetattr ( resource $fd , array $options ): bool dio_tcsetattr() は ...
https://man.plustar.jp/php/function.dio-tcsetattr.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
« 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]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]