検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 2407 for a (0.040 sec.)
Commits a transaction 2917
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... MongoDB\Driver\Session Commits a transaction MongoDB\Driver\Session::commitTransact ... (mongodb >=1.5.0) MongoDB\Driver\Session::commitTransaction — Commits a transaction 説明 final public ... MongoDB\Driver\Session::commitTransaction (): void Saves the changes made by the ope ... rations in the multi-document transaction and ends th ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
Add a field to be used to group results 2917
« SolrQuery::addFilterQuery SolrQuery::addGroupFunction » PHP Manual SolrQuery Add a field to be ... used to group results SolrQuery::addGroupField (PECL solr >= 2.2.0) SolrQuery::addGro ... upField — Add a field to be used to group results 説明 public ... SolrQuery::addGroupField ( string $value ): SolrQuery The name ... which to group results. The field must be single-valued, and either be indexed or a field type that ha ...
https://man.plustar.jp/php/solrquery.addgroupfield.html - [similar]
Sync 2904
« Shmop はじめに » PHP Manual プロセス制御 Sync Sync はじめに インストール/設定 要件 インストール ... リソース型 定義済み定数 SyncMutex — The SyncMutex class SyncMutex::__construct — Constructs a new SyncMu ... tex object SyncMutex::lock — Waits for an exclusive lock SyncMutex::unlock — Unloc ... ks the mutex SyncSemaphore — The SyncSemaphore class SyncSemaphore::__co ... nstruct — Constructs a new SyncSemaphore object SyncSemaphore::lock — Dec ...
https://man.plustar.jp/php/book.sync.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 2904
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なるこ ... null とは異なることを検査する 説明 isset ( mixed $var , mixed ...$vars ): bool 変数がセットされているか ... 代入されている変数をチェックしたときは、 isset() は false を返します。 null文字 ( "\0" ) は PHP の null 定 ... ない値に出会うとすぐに評価が止まります。 パラメータ var 調べたい変数。 vars 別の変数。 戻り値 var が存在し ... て null 以外の値をとれば true 、 そうでなければ false を返します。 例 例1 isset() の例 <?php $var = ' ...
https://man.plustar.jp/php/function.isset.html - [similar]
配列 2904
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... な情報については、それらの文献を参照ください。 構文 array() で指定 配列 は、言語に組み込まれた array() で ... のカンマで区切られた キー => 値 の組を引数とします。 array( key => value , key2 => value2 , key3 => value ... る場合は、ふつうは最後のカンマを省略します。つまり、 array(1, 2) のほうが array(1, 2, ) よりおすすめだとい ... 最後に要素を追加するのが容易になるからです。 注意 : array() を [] で置き換えることが出来る、配列の短縮構 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
The SyncMutex class 2891
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class ... (PECL sync >= 1.0.0) はじめに A cross-platform, native implementation of named and ... unnamed countable mutex objects. A mutex is a mutual ex ... clusion object that restricts access to a shared resource (e.g. a fil ... e) to a single instance. Countable mutexes acquire the mut ...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
Tell the cursor position of the LOB object 2891
« cubrid_lob2_size cubrid_lob2_tell » PHP Manual CUBRID 関数 Tell the cursor position of the LOB ... cursor position of the LOB object. If the size of a lob object is larger than an integer data can be s ... tored, you can use this function and it will return the position ... information as a string. パラメータ lob_identifier Lob ide ... ntifier as a result of cubrid_lob2_new() or get from the res ...
https://man.plustar.jp/php/function.cubrid-lob2-tell64.html - [similar]
演算子の優先順位 2891
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二 ... 果は -4 になります。 一方、"=" は右結合です。つまり $a = $b = $c のグループ分けは $a = ($b = $c) となりま ... 演算子の結合の考え方は適用できません。 たとえば、 !!$a は、 !(!$a) という形でのみグループ化できます。 厳密 ... 。 演算子の優先順位 結合時の評価 演算子 追加情報 (n/a) clone new clone および new right ** 算術演算子 (n ... /a) + - ++ -- ~ (int) (float) (string) (array) (objec ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
Creates a new set using values from the current instance and another set 2882
« Ds\Set::toArray Ds\Set::xor » PHP Manual Set Creates a new set using values from the current i ... nstance and another set Ds\Set::union (PECL ds >= 1.0.0 ... ) Ds\Set::union — Creates a new set using values from the current instanc ... e and another set 説明 public Ds\Set::union ( Ds\Set $ ... set ): Ds\Set Creates a new set that contains the values of the curre ...
https://man.plustar.jp/php/ds-set.union.html - [similar]
Test training params on subsets of the training data 2882
« SVM::__construct SVM::getOptions » PHP Manual SVM Test training params on subsets of the train ... ing data SVM::crossvalidate (PECL svm >= 0.1.0) SVM::cros ... svalidate — Test training params on subsets of the tra ... ining data 説明 public svm::crossvalidate ( array $problem ... , int $number_of_folds ): float Crossvalidate can be used to test the effectivene ...
https://man.plustar.jp/php/svm.crossvalidate.html - [similar]