検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 134 for eol (0.012 sec.)
Removes previously set hook on function or method 5366
« uopz_undefine uopz_unset_mock » PHP Manual Uopz 関数 Removes previously set hook on function o ... o' , function () {echo 'bar' ;}); foo (); echo PHP_EOL ; uopz_unset_hook ( 'foo' ); foo (); ?> 上の例の出 ...
https://man.plustar.jp/php/function.uopz-unset-hook.html - [similar]
比較演算子 5366
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... 三項演算子の短縮形 <?php echo 0 ?: 1 ?: 2 ?: 3 , PHP_EOL ; //1 echo 0 ?: 0 ?: 2 ?: 3 , PHP_EOL ; //2 echo 0 ... ?: 0 ?: 0 ?: 3 , PHP_EOL ; //3 ?> Null 合体演算子 別の便利な短縮形式の演算子 ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
Adds a boost query field with value and optional boost (bq parameter) 5366
« SolrDisMaxQuery::addBigramPhraseField SolrDisMaxQuery::addPhraseField » PHP Manual SolrDisMaxQ ... , 'electronics' , 5.1 ) ; echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.addboostquery.html - [similar]
Adds a Trigram Phrase Field (pf3 parameter) 5366
« SolrDisMaxQuery::addQueryField SolrDisMaxQuery::addUserField » PHP Manual SolrDisMaxQuery Adds ... ield ( 'feature' , 4.5 ) ; echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は以下となります。 q=lucene&defTy ...
https://man.plustar.jp/php/solrdismaxquery.addtrigramphrasefield.html - [similar]
Removes a Phrase Field (pf parameter) 5366
« SolrDisMaxQuery::removeBoostQuery SolrDisMaxQuery::removeQueryField » PHP Manual SolrDisMaxQue ... hraseField ( 'cat' , 55 ); echo $dismaxQuery . PHP_EOL ; echo $dismaxQuery -> removePhraseField ( 'second ...
https://man.plustar.jp/php/solrdismaxquery.removephrasefield.html - [similar]
Removes a Query Field (qf parameter) 5366
« SolrDisMaxQuery::removePhraseField SolrDisMaxQuery::removeTrigramPhraseField » PHP Manual Solr ... > addQueryField ( 'cat' ); echo $dismaxQuery . PHP_EOL ; // remove field 'second' echo $dismaxQuery -> re ...
https://man.plustar.jp/php/solrdismaxquery.removequeryfield.html - [similar]
Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter 5366
« SolrDisMaxQuery::removeUserField SolrDisMaxQuery::setBigramPhraseSlop » PHP Manual SolrDisMaxQ ... "cat~5.1^2 feature^4.5" ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.setbigramphrasefields.html - [similar]
Sets a Boost Function (bf parameter) 5366
« SolrDisMaxQuery::setBigramPhraseSlop SolrDisMaxQuery::setBoostQuery » PHP Manual SolrDisMaxQue ... boostRecentDocsFunction ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.setboostfunction.html - [similar]
ファイルタイプを取得する 5366
« SplFileInfo::getSize SplFileInfo::isDir » PHP Manual SplFileInfo ファイルタイプを取得する SplF ... leInfo ( __FILE__ ); echo $info -> getType (). PHP_EOL ; $info = new SplFileInfo ( dirname ( __FILE__ )); ...
https://man.plustar.jp/php/splfileinfo.gettype.html - [similar]
内部イテレータを取得する 5306
« AppendIterator::getArrayIterator AppendIterator::getIteratorIndex » PHP Manual AppendIterator ... } else { echo 'Original: ' ; } echo $current . PHP_EOL ; } ?> 上の例の出力は以下となります。 Original: aa ...
https://man.plustar.jp/php/appenditerator.getinneriterator.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT