検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 198 for BSON (0.007 sec.)
The MongoDB\BSON\UTCDateTimeInterface interface 6113
« MongoDB\BSON\TimestampInterface::__toString MongoDB\BSON\UTCDateTimeInterface::toDateTime » PH ... P Manual MongoDB\BSON The MongoDB\BSON\UTCDateTimeInterface interface Th ... e MongoDB\BSON\UTCDateTimeInterface interface (mongodb >=1.3.0) は ... じめに This interface is implemented by MongoDB\BSON\UTCDateTime to be used as a parameter, return, or ... type in userland classes. クラス概要 class MongoDB\BSON\UTCDateTimeInterface { /* メソッド */ abstract pub ...
https://man.plustar.jp/php/class.mongodb-bson-utcdatetimeinterface.html - [similar]
Construct a new ObjectId 6091
« MongoDB\BSON\ObjectId MongoDB\BSON\ObjectId::getTimestamp » PHP Manual MongoDB\BSON\ObjectId C ... onstruct a new ObjectId MongoDB\BSON\ObjectId::__construct (mongodb >=1.0.0) MongoDB\BS ... Construct a new ObjectId 説明 final public MongoDB\BSON\ObjectId::__construct ( string $id = ? ) パラメータ ... a 24-character hexadecimal string. 例 例1 MongoDB\BSON\ObjectId::__construct() example <?php var_dump (ne ... w MongoDB \ BSON \ ObjectId ()); var_dump (new MongoDB \ BSON \ Obj ...
https://man.plustar.jp/php/mongodb-bson-objectid.construct.html - [similar]
Returns the string representation of this Decimal128 6069
« MongoDB\BSON\Decimal128::serialize MongoDB\BSON\Decimal128::unserialize » PHP Manual MongoDB\BSON ... e string representation of this Decimal128 MongoDB\BSON\Decimal128::__toString (mongodb >=1.2.0) MongoDB\B ... ation of this Decimal128 説明 final public MongoDB\BSON\Decimal128::__toString (): string パラメータ この関 ... representation of this Decimal128. 例 例1 MongoDB\BSON\Decimal128::__toString() example <?php var_dump (( ... string) new MongoDB \ BSON \ Decimal128 ( 1234.5678 )); var_dump ((string) ne ...
https://man.plustar.jp/php/mongodb-bson-decimal128.tostring.html - [similar]
Returns the Javascript's code 6069
« MongoDB\BSON\Javascript::serialize MongoDB\BSON\Javascript::unserialize » PHP Manual MongoDB\BSON ... N\Javascript Returns the Javascript's code MongoDB\BSON\Javascript::__toString (mongodb >=1.2.0) MongoDB\B ... ns the Javascript's code 説明 final public MongoDB\BSON\Javascript::__toString (): string このメソッドは次 ... のメソッドのエイリアスです。 MongoDB\BSON\Javascript::getCode() . パラメータ この関数にはパラ ... 戻り値 Returns the Javascript's code. 例 例1 MongoDB\BSON\Javascript::__toString() example <?php var_dump (( ...
https://man.plustar.jp/php/mongodb-bson-javascript.tostring.html - [similar]
Construct a new UTCDateTime 6069
« MongoDB\BSON\UTCDateTime MongoDB\BSON\UTCDateTime::jsonSerialize » PHP Manual MongoDB\BSON\UTC ... DateTime Construct a new UTCDateTime MongoDB\BSON\UTCDateTime::__construct (mongodb >=1.0.0) MongoDB ... \BSON\UTCDateTime::__construct — Construct a new UTCDate ... Time 説明 final public MongoDB\BSON\UTCDateTime::__construct ( int | float | string | ... t , and string types were accepted. 例 例1 MongoDB\BSON\UTCDateTime::__construct() example <?php var_dump ...
https://man.plustar.jp/php/mongodb-bson-utcdatetime.construct.html - [similar]
The MongoDB\BSON\Decimal128Interface interface 6059
« MongoDB\BSON\BinaryInterface::__toString MongoDB\BSON\Decimal128Interface::__toString » PHP Ma ... nual MongoDB\BSON The MongoDB\BSON\Decimal128Interface interface The ... MongoDB\BSON\Decimal128Interface interface (mongodb >=1.3.0) は ... じめに This interface is implemented by MongoDB\BSON\Decimal128 to be used as a parameter, return, or p ... type in userland classes. クラス概要 class MongoDB\BSON\Decimal128Interface { /* メソッド */ abstract publ ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128interface.html - [similar]
Construct a new DBPointer (unused) 6059
« MongoDB\BSON\DBPointer MongoDB\BSON\DBPointer::jsonSerialize » PHP Manual MongoDB\BSON\DBPoint ... er Construct a new DBPointer (unused) MongoDB\BSON\DBPointer::__construct (mongodb >=1.4.0) MongoDB\B ... new DBPointer (unused) 説明 final private MongoDB\BSON\DBPointer::__construct () MongoDB\BSON\DBPointer o ... s are created through conversion from a deprecated BSON type and cannot be constructed directly. パラメータ ... この関数にはパラメータはありません。 参考 » BSON Types 関連キーワード: DBPointer , BSON , Construct ...
https://man.plustar.jp/php/mongodb-bson-dbpointer.construct.html - [similar]
Construct a new Int64 (unused) 6059
« MongoDB\BSON\Int64 MongoDB\BSON\Int64::jsonSerialize » PHP Manual MongoDB\BSON\Int64 Construct ... a new Int64 (unused) MongoDB\BSON\Int64::__construct (mongodb >=1.5.0) MongoDB\BSON\ ... ct a new Int64 (unused) 説明 final private MongoDB\BSON\Int64::__construct () MongoDB\BSON\Int64 objects a ... e created through conversion from a 64-bit integer BSON type on a 32-bit platform and cannot be constructe ... ラメータ この関数にはパラメータはありません。 参考 » BSON Types 関連キーワード: Int , BSON , Construct , new ...
https://man.plustar.jp/php/mongodb-bson-int64.construct.html - [similar]
Construct a new MaxKey 6059
« MongoDB\BSON\MaxKey MongoDB\BSON\MaxKey::jsonSerialize » PHP Manual MongoDB\BSON\MaxKey Constr ... uct a new MaxKey MongoDB\BSON\MaxKey::__construct (mongodb >=1.0.0) MongoDB\BSON ... — Construct a new MaxKey 説明 final public MongoDB\BSON\MaxKey::__construct () パラメータ この関数にはパラ ... dArgumentException をスローします。 例 例1 MongoDB\BSON\MaxKey::__construct() example <?php var_dump (new ... MongoDB \ BSON \ MaxKey ()); ?> 上の例の出力は以下となります。 ob ...
https://man.plustar.jp/php/mongodb-bson-maxkey.construct.html - [similar]
Construct a new MinKey 6059
« MongoDB\BSON\MinKey MongoDB\BSON\MinKey::jsonSerialize » PHP Manual MongoDB\BSON\MinKey Constr ... uct a new MinKey MongoDB\BSON\MinKey::__construct (mongodb >=1.0.0) MongoDB\BSON ... — Construct a new MinKey 説明 final public MongoDB\BSON\MinKey::__construct () パラメータ この関数にはパラ ... dArgumentException をスローします。 例 例1 MongoDB\BSON\MinKey::__construct() example <?php var_dump (new ... MongoDB \ BSON \ MinKey ()); ?> 上の例の出力は以下となります。 ob ...
https://man.plustar.jp/php/mongodb-bson-minkey.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT