(mongodb >=1.0.0)
MongoDB\BSON\fromJSON — Returns the BSON representation of a JSON value
This function has been DEPRECATED as of extension version 1.20.0 and was removed in 2.0. Applications should use MongoDB\BSON\Document::fromJSON() instead.
Converts an » extended JSON string to its BSON representation.
json
(string)JSON value to be converted.
The serialized BSON document as a binary string.
Sürüm: | Açıklama |
---|---|
PECL mongodb 2.0.0 | This function was removed. |
Örnek 1 MongoDB\BSON\fromJSON() example
<?php
$json = '{ "_id": { "$oid": "563143b280d2387c91807965" } }';
$bson = MongoDB\BSON\fromJSON($json);
$value = MongoDB\BSON\toPHP($bson);
var_dump($value);
?>
Yukarıdaki örneğin çıktısı:
object(stdClass)#2 (1) { ["_id"]=> object(MongoDB\BSON\ObjectId)#1 (1) { ["oid"]=> string(24) "563143b280d2387c91807965" } }
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant