検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 1461 for IN (0.043 sec.)
The MongoDB\Driver\ServerApi class 2883
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... rApi class (mongodb >=1.10.0) はじめに クラス概要 final class MongoDB\Driver\ServerApi implements MongoD ... alizable , Serializable { /* Constants */ const string MongoDB\Driver\ServerAPI::V1 = "1" ; /* メソッド ... */ final public bsonSerialize (): object final public __c ... onstruct ( string $version , bool $strict = null , bool $deprecatio ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
Returns the CUBRID database parameters 2883
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... an associative array with the values for the following parameters: PARAM_ISOLATION_LEVEL PARAM_LOCK_TIME ... OUT PARAM_MAX_STRING_LENGTH PARAM_AUTO_COMMIT Database parameters Para ... vides the lock timeout feature, which sets the waiting time (in seconds) for the lock until the transact ... ion lock setting is allowed. The default value of the lock_timeout ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 2883
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... す。 この関数の代替として、これらが使えます: date() IntlDateFormatter::format() 説明 strftime ( string $f ... ormat , ? int $timestamp = null ): string | false ローカルの時刻 ... 日)以前の日付を扱えないかもしれません。 つまり、Windows や一部の Linux ディストリビューション、そしてそ ... 70 より前の日付について動作しないということです。 Windwos システム上でサポートされる変換指定子の概要につ ...
https://man.plustar.jp/php/function.strftime.html - [similar]
Advances the cluster time for this session 2883
« MongoDB\Driver\Session::abortTransaction MongoDB\Driver\Session::advanceOperationTime » PHP Ma ... — Advances the cluster time for this session 説明 final public MongoDB\Driver\Session::advanceClusterTim ... rrent cluster time, this function is a no-op. By using this method in conjunction with MongoDB\Driver\Se ... om another session, you can ensure that operations in this session are causally consistent with the last ... operation in the other session. パラメータ clusterTime The clus ...
https://man.plustar.jp/php/mongodb-driver-session.advanceclustertime.html - [similar]
Advances the operation time for this session 2883
« MongoDB\Driver\Session::advanceClusterTime MongoDB\Driver\Session::commitTransaction » PHP Man ... Advances the operation time for this session 説明 final public MongoDB\Driver\Session::advanceOperationT ... ime ( MongoDB\BSON\TimestampInterface $operationTime ): void Advances the operati ... ent operation time, this function is a no-op. By using this method in conjunction with MongoDB\Driver\Se ... om another session, you can ensure that operations in this session are causally consistent with the last ...
https://man.plustar.jp/php/mongodb-driver-session.advanceoperationtime.html - [similar]
Building the MongoDB PHP Driver from source 2883
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... the MongoDB PHP Driver from source Building the MongoDB PHP Driver from source For driver dev ... elopers and people interested in the latest bugfixes, you can compile th ... the latest source code on » Github . Run the following commands to clone and build the project: $ git cl ... git $ cd mongo-php-driver $ git submodule update --init $ phpize $ ./configure $ make all $ sudo make in ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
コレクションを削除する 2883
« Collection::modify Collection::removeOne » PHP Manual mysql_xdevapi\Collection コレクションを削 ... 除する Collection::remove (No version information available, might only be in Git) Collecti ... 説明 public mysql_xdevapi\Collection::remove ( string $search_condition ): mysql_xdevapi\CollectionRemo ... ) >= 10' , 'age MOD 2 = 0 OR age MOD 3 = 0' , '_id IN ["2","5","7","10"]' . 戻り値 操作が実行されない場合 ... ion -> add ( '{"name": "Bob", "age": 19, "job": "Painter"}' )-> execute (); // 全ての Painter を削除 $co ...
https://man.plustar.jp/php/mysql-xdevapi-collection.remove.html - [similar]
Test training params on subsets of the training data 2883
« SVM::__construct SVM::getOptions » PHP Manual SVM Test training params on subsets of the train ... e (PECL svm >= 0.1.0) SVM::crossvalidate — Test training params on subsets of the training data 説明 pub ... lic svm::crossvalidate ( array $problem , int $number_of_folds ): float Crossvalidate can be us ... of the current parameter set on a subset of the training data. Given a problem set and a n "folds", it s ... eparates the problem set into n subsets, and the repeatedly trains on one subs ...
https://man.plustar.jp/php/svm.crossvalidate.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 2861
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... ドする db2_bind_param (PECL ibm_db2 >= 1.0.0) db2_bind_param — PH ... 変数を SQL 文のパラメータにバインドする 説明 db2_bind_param ( resource $stmt , int $parameter_number , ... string $variable_name , int $parameter_type = ? , int $d ... ata_type = 0 , int $precision = -1 , int $scale = 0 ): bool db2_prep ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
指定した年における復活祭の真夜中のUnix時を得る 2861
« cal_to_jd easter_days » PHP Manual カレンダー 関数 指定した年における復活祭の真夜中のUnix時を得 ... る復活祭の真夜中のUnix時を得る 説明 easter_date ( ? int $year = null , int $mode = CAL_EASTER_DEFAULT ): ... す。 回避策として、 easter_days() を DateTime や DateInterval と組み合わせて使えば、PHP で設定したタイムゾ ... aster_days ( $year ); return $base -> add (new DateInterval ( "P { $days } D" )); } foreach ( range ( 20 ... 12 , 2015 ) as $year ) { printf ( "Easter in %d is on %s\n" , $year , get_easter ...
https://man.plustar.jp/php/function.easter-date.html - [similar]