検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1131 for This (0.029 sec.)
Defragments the index 3196
« SolrClient::getOptions SolrClient::ping » PHP Manual SolrClient Defragments the index SolrClie ... . パラメータ maxSegments Optimizes down to at most this number of segments. Since Solr 1.3 softCommit This ... supports Solr Server >= 4.0 Prior to PECL Solr 2.0 this method used to accept these arguments "int $maxSeg ...
https://man.plustar.jp/php/solrclient.optimize.html - [similar]
The EvStat class 3172
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... arly on the path to see if it changed somehow. For this case a recommended polling interval can be specifi ... could be expected to be around 5 seconds, although this might change dynamically). libev will also impose ... urrently around 0.1 , but that's usually overkill. This watcher type is not meant for massive numbers of E ... s, as even with OS-supported change notifications, this can be resource-intensive. クラス概要 class EvStat ...
https://man.plustar.jp/php/class.evstat.html - [similar]
Serializable インターフェイス 3172
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラ ... private $data ; public function __construct () { $this -> data = "My private data" ; } public function se ... rialize () { return serialize ( $this -> data ); } public function unserialize ( $data ) ... { $this -> data = unserialize ( $data ); } public function ... getData () { return $this -> data ; } } $obj = new obj ; $ser = serialize ( ...
https://man.plustar.jp/php/class.serializable.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 3172
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... ith a set of inputs, and a set of desired outputs. This training is always incremental training, since onl ... ラルネットワークリソース。 input An array of inputs. This array must be exactly fann_get_num_input() long. d ... esired_output An array of desired outputs. This array must be exactly fann_get_num_output() long. ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
MQSeries MQPUT1 3172
« mqseries_open mqseries_put » PHP Manual mqseries 関数 MQSeries MQPUT1 mqseries_put1 (PECL mqse ... (MQPUT1) call to put only one message on a queue. This call encapsulates the MQOPEN, MQPUT, and MQCLOSE c ... ust be issued. パラメータ hConn Connection handle. This handle represents the connection to the queue mana ... ger. objDesc Object descriptor. (MQOD) This is a structure which identifies the queue to which ...
https://man.plustar.jp/php/function.mqseries-put1.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 3172
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... ion, warning information, or both are returned. If this parameter is not supplied, both error information ... turned. The following are the supported values for this parameter: SQLSRV_ERR_ALL, SQLSRV_ERR_ERRORS, SQLS ... call to any SQLSRV function are treated as errors. This means that if a warning occurs on a call to a SQLS ... treated as errors. For information about changing this behavior, see sqlsrv_configure() and the WarningsR ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
Sends changes from the local working copy to the repository 3172
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... ommitted unless recursive is set to false . 注意 : This function does not have any parameters for specifyi ... Array of local paths of files to be committed 警告 This parameter must be an array, a string for a single ... r ) Returns false on failure. 例 例1 Basic example This example commits the calculator directory to a repo ... ocal , recursive , repository , 注意 , parameter , This ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 3172
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... bool $recurse = false , bool $peg = false ): array This function queries the repository URL and returns a ... directories, optionally from a specific revision. This is equivalent to svn list $repos_url[@$revision_no ... ] 注意 : This function does not work with working copies. repos_ ... sed. recurse Enables recursion. 戻り値 On success, this function returns an array file listing in the form ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
列挙型とメソッド 3172
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... public function color (): string { return match ( $this ) { Suit :: Hearts , Suit :: Diamonds => 'Red' , S ... public function color (): string { return match ( $this ) { Suit :: Hearts , Suit :: Diamonds => 'Red' , S ... => 'Black' , }; } } ?> メソッドの内部では、 変数 $this が定義され、 case のインスタンスを参照します。 メソ ... 、 case 毎に異なる結果を提供するために match 式 を $this と共に使う処理を行います。 この場合は、Red と Blac ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
Execute a database command that reads 3172
« MongoDB\Driver\Manager::executeQuery MongoDB\Driver\Manager::executeReadWriteCommand » PHP Man ... ence from the MongoDB Connection URI will be used. This method will apply logic that is specific to comman ... dConcern A read concern to apply to the operation. This option is available in MongoDB 3.2+ and will resul ... specify a "readConcern" or "writeConcern" option. This will result in an MongoDB\Driver\Exception\Invalid ... mmand() - Execute a database command that reads on this server 関連キーワード: Driver , command , Execute ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadcommand.html - [similar]