検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 734 for s (0.791 sec.)
Removes a Query Field (qf parameter) 3031
« SolrDisMaxQuery::removePhraseField SolrDisMaxQuery::removeTrigramPhraseField » PHP Manual Solr ... DisMaxQuery Removes a Query Field (qf parameter) SolrD ... isMaxQuery::removeQueryField (No version information ... available, might only be in Git) SolrDisMaxQuery::removeQueryField — Removes a Query ... Field (qf parameter) 説明 public SolrDisMaxQuery::removeQueryField ( string $field ): ...
https://man.plustar.jp/php/solrdismaxquery.removequeryfield.html - [similar]
Sets a Boost Function (bf parameter) 3031
« SolrDisMaxQuery::setBigramPhraseSlop SolrDisMaxQuery::setBoostQuery » PHP Manual SolrDisMaxQue ... ry Sets a Boost Function (bf parameter) SolrDisMaxQuery ... ::setBoostFunction (No version information available, ... might only be in Git) SolrDisMaxQuery::setBoostFunction — Sets a Boost Fun ... ction (bf parameter) 説明 public SolrDisMaxQuery::setBoostFunction ( string $function ...
https://man.plustar.jp/php/solrdismaxquery.setboostfunction.html - [similar]
Create a handle to used communicate with zookeeper 3031
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicat ... e with zookeeper Zookeeper::__construct (PECL zookeeper >= 0.1.0) Zookeeper::__constr ... uct — Create a handle to used communicate with zookeeper 説明 public Zookeeper ... ::__construct ( string $host = '' , callable $watcher_cb = ... null , int $recv_timeout = 10000 ) This method creates a new handle and a zookeeper sessio ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
Return the client session id, only valid if the connections is currently connect... 3031
« Zookeeper::getChildren Zookeeper::getConfig » PHP Manual Zookeeper Return the client session i ... d, only valid if the connections is currently connected (ie. last watcher state is ... ZOO_CONNECTED_STATE) Zookeeper::getClientId (PECL zookeeper >= 0.1 ... .0) Zookeeper::getClientId — Return the client session id, only valid if the connections is current ... ly connected (ie. last watcher state is ZOO_CONNECTED_STATE) 説明 public ...
https://man.plustar.jp/php/zookeeper.getclientid.html - [similar]
Return the timeout for this session, only valid if the connections is currently ... 3031
« Zookeeper::getConfig Zookeeper::getState » PHP Manual Zookeeper Return the timeout for this se ... ssion, only valid if the connections is currently con ... nected (ie. last watcher state is ZOO_CONNECTED_STATE). This value ... may change after a server re-connect Zookeeper::getRecvTimeout (PECL zo ... keeper::getRecvTimeout — Return the timeout for this session, only valid if the connections is currentl ...
https://man.plustar.jp/php/zookeeper.getrecvtimeout.html - [similar]
Enable/disable quorum endpoint order randomization 3031
« Zookeeper::setDebugLevel Zookeeper::setLogStream » PHP Manual Zookeeper Enable/disable quorum ... endpoint order randomization Zookeeper::setDeterministicConnOrder (PECL zookeeper >= 0.1.0) ... Zookeeper::setDeterministicConnOrder — Enable/disable quorum en ... dpoint order randomization 説明 public static Zookeeper::setDeterministicConnOrder ( bool $ ... yesOrNo ): bool If passed a true value, will make the ...
https://man.plustar.jp/php/zookeeper.setdeterministicconnorder.html - [similar]
runkit7 3003
« phpdbg_start_oplog はじめに » PHP Manual PHP の振る舞いの変更 runkit7 runkit7 はじめに インスト ... 設定 リソース型 定義済み定数 runkit7 関数 runkit7_constant_add — Similar to define(), but allows defining ... in class definitions as well runkit7_constant_redefine — R ... edefine an already defined constant runkit7_constant_remove — Remove/Delete an alr ... eady defined constant runkit7_function_add — Add a new function, sim ...
https://man.plustar.jp/php/book.runkit7.html - [similar]
The parallel\Future class 3003
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class ... The parallel\Future class (0.8.0) Futures A Future represents the return va ... lue or uncaught exception from a task, and exposes an API for cancellation. 例1 Example ... showing Future as return value <?php $runtime = new ... (function(){ return "World" ; }); printf ( "Hello %s\n" , $future -> value ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]
The parallel\Runtime class 3003
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... e parallel\Runtime class (0.8.0) Runtime Objects Each runtime represents a ... single PHP thread, the thread is created (and bootst ... rapped) upon construction. The thread then waits for tasks to be sch ... eduled: Scheduled tasks will be executed FIFO and then the t ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
collator を作成する 3003
« Collator::__construct Collator::getAttribute » PHP Manual Collator collator を作成する Collato ... collator を作成する 説明 オブジェクト指向型 public static Collator::create ( string $locale ): ? Collat ... or 手続き型 collator_create ( string $locale ): ? Collator すでに指定しているオプシ ... create() の例 <?php $coll = collator_create ( 'en_US' ); if( !isset( $coll ) ) { printf ( "Collator cre ... ation failed: %s\n" , intl_get_error_message () ); exit( 1 ); } ?> ...
https://man.plustar.jp/php/collator.create.html - [similar]