PHP MongoDB 类库 插入 多维数组 及 Decimal 类型 数据

By karp 901 Views 1 MIN READ 0 Comments

php 使用 mongodb 新版本 php7以后 大多使用 composer 下的 mongodb 类库

    "mongodb/mongodb": "1.5.1",

使用中 存数据我做下记录 :

需要范围查询的数字类型 需要 使用 new Decimal128($number) 转换类型

插入多维数组 new BSONDocument(['a' => 1,'data' => ['a'=>1,'b'=>2]])

本文由 karp 原创

采用 CC BY-NC-SA 4.0 协议进行许可

转载请注明出处:https://www.ikarp.top/index.php/archives/481.html

标签: php mongodb

0 评论