Mongo报如下类似错误时的修改方法Cannot natively represent the long 1396367483000 on this platform...
生活随笔
收集整理的這篇文章主要介紹了
Mongo报如下类似错误时的修改方法Cannot natively represent the long 1396367483000 on this platform...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天通過php連接mongodb,并讀取數據時,其中一個字段為: "createTime":NumberLong("1397524645000"),由于太長,一直報如下的錯誤:
Cannot natively represent the long 1396367483000 on this platform
在國內的網站上查了好長時間,給出的解決方法都是添加:ini_set('mongo.native_long', 1);,結果根本不好使。后來還是通過google查到了解決方法,添加:ini_set('mongo.long_as_object', 1);而不是ini_set('mongo.native_long', 1);。
轉載于:https://www.cnblogs.com/kangshuai/p/5012014.html
總結
以上是生活随笔為你收集整理的Mongo报如下类似错误时的修改方法Cannot natively represent the long 1396367483000 on this platform...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Module Zero概览
- 下一篇: 忍一时得寸进尺, 退一步变本加厉。