码迷,mamicode.com
首页 > 数据库 > 详细

PHP读取Mongodb数据报错,Cannot natively represent the long 8331412483000 on this platform

时间:2016-05-03 12:13:03      阅读:896      评论:0      收藏:0      [点我收藏+]

标签:

在使用PHP进行读取Mongo数据时,如果读取的int数据过大时,会自动转变为int64位。

并会报以下错误:

Cannot natively represent the long 8331412483000 on this platform

只要在需要的地方添加代码:

ini_set(‘mongo.long_as_object‘, 1);

 

PHP读取Mongodb数据报错,Cannot natively represent the long 8331412483000 on this platform

标签:

原文地址:http://www.cnblogs.com/Mwsoft/p/5454450.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!