検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 134 for eol (0.008 sec.)
Removes phrase bigram field (pf2 parameter) 6150
« SolrDisMaxQuery::__construct SolrDisMaxQuery::removeBoostQuery » PHP Manual SolrDisMaxQuery Re ... ield ( 'feature' , 4.5 ) ; echo $dismaxQuery . PHP_EOL ; // remove cat from pf2 $dismaxQuery -> removeBig ... ramPhraseField ( 'cat' ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.removebigramphrasefield.html - [similar]
Removes a boost query partial by field name (bq) 6150
« SolrDisMaxQuery::removeBigramPhraseField SolrDisMaxQuery::removePhraseField » PHP Manual SolrD ... ( 'cat' , 'hard drive' ) ; echo $dismaxQuery . PHP_EOL ; // now remove a query part with field 'cat' $dis ... emoveBoostQuery ( 'cat' ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.removeboostquery.html - [similar]
Removes a field from The User Fields Parameter (uf) 6150
« SolrDisMaxQuery::removeTrigramPhraseField SolrDisMaxQuery::setBigramPhraseFields » PHP Manual ... addUserField ( '*_dt' ) ; echo $dismaxQuery . PHP_EOL ; // remove field named 'text' $dismaxQuery -> rem ... oveUserField ( 'text' ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.removeuserfield.html - [similar]
ファイルへのパスを文字列で返す 6150
« SplFileInfo::setInfoClass SplFileObject » PHP Manual SplFileInfo ファイルへのパスを文字列で返す ... r_dump ( $info -> __toString ()); echo $info . PHP_EOL ; $info = new SplFileInfo ( '/usr/bin/php' ); var_ ... dump ( $info -> __toString ()); echo $info . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/splfileinfo.tostring.html - [similar]
JSON 文字列をデコードする 6078
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... echo 'Last error: ' , json_last_error_msg (), PHP_EOL , PHP_EOL ; var_dump ( json_decode ( $json , true ... echo 'Last error: ' , json_last_error_msg (), PHP_EOL , PHP_EOL ; ?> 上の例の出力は以下となります。 arra ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
Constructs EvPeriodic watcher object 6017
« EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher ... " , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例2 Periodic timer. Tick ev ... L , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例3 Hourly watcher <?php $h ...
https://man.plustar.jp/php/evperiodic.construct.html - [similar]
指定したソースを PHP トークンに分割する 6017
« Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する ... me ( $token [ 0 ]), " (' { $token [ 1 ]} ')" , PHP_EOL ; } } ?> 上の例の出力は、 たとえば以下のようになり ... me ( $token [ 0 ]), " (' { $token [ 1 ]} ')" , PHP_EOL ; } } ?> 上の例の出力は、 たとえば以下のようになり ... $token )) { echo token_name ( $token [ 0 ]) , PHP_EOL ; } } ?> 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/function.token-get-all.html - [similar]
Calls callbacks for pending operations 5957
« ZooKeeper 関数 Zookeeper » PHP Manual ZooKeeper 関数 Calls callbacks for pending operations zo ... r' , function() { echo "Callback was called" . PHP_EOL ; }); while( true ) { sleep ( 1 ); zookeeper_dispa ... r' , function() { echo "Callback was called" . PHP_EOL ; }); while( true ) { sleep ( 1 ); } ?> 参考 Zooke ...
https://man.plustar.jp/php/function.zookeeper-dispatch.html - [similar]
値をジェネレータに送る 5957
« Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::se ... hp function printer () { echo "I'm printer!" . PHP_EOL ; while ( true ) { $string = yield; echo $string . ... PHP_EOL ; } } $printer = printer (); $printer -> send ( 'H ...
https://man.plustar.jp/php/generator.send.html - [similar]
文字列 5957
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... "apple" ; echo "He drank some $juice juice." . PHP_EOL ; // 動作しません。"s" は、変数名として有効な文字で ... ); echo "He drank some $juices [ 0 ] juice." . PHP_EOL ; echo "He drank some $juices [ 1 ] juice." . PHP_ ... "He drank some $juices [ koolaid1 ] juice." . PHP_EOL ; class people { public $john = "John Smith" ; pub ... ple -> john drank some $juices [ 0 ] juice." . PHP_EOL ; echo " $people -> john then said hello to $peopl ...
https://man.plustar.jp/php/language.types.string.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT