PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\fromJSON
request it (371)
GoLang replacement for PHP's MongoDB\BSON\fromJSON
[edit | history]
MongoDB\BSON\fromJSON(mongodb >=1.0.0) MongoDB\BSON\fromJSON — Returns the BSON representation of a JSON value Description
string MongoDB\BSON\fromJSON
( string
$json
)Converts an » extended JSON string to its BSON representation. Parameters
Return ValuesThe serialized BSON document as a binary string. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\fromJSON() example
<?php The above example will output: object(stdClass)#2 (1) { ["_id"]=> object(MongoDB\BSON\ObjectId)#1 (1) { ["oid"]=> string(24) "563143b280d2387c91807965" } } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|