|
The MongoDB\Driver\ServerApi classはじめに
クラス概要MongoDB\Driver\ServerApi
final
class MongoDB\Driver\ServerApi
implements
MongoDB\BSON\Serializable, Serializable {
/* 定数 */
const
string
MongoDB\Driver\ServerAPI::V1 = "1";
/* メソッド */
final public stdClass bsonSerialize()
final public __construct(string
}$version, boolnull $strict = null, boolnull $deprecationErrors = null)定義済み定数
例例1 Declare an API version on a manager 上の例の出力は以下となります。 4.9.0-alpha7-49-gb968ca0 例2 Declare a strict API version on a manager
The following example sets the 上の例の出力は以下となります。 Provided apiStrict:true, but the command buildInfo is not in API Version 1
|