直接使用Json_decode会把数字字符串转换成浮点数
要转换成字符串,第四个参数指定为:JSON_BIGINT_AS_STRING
手册上这样说:Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING
is supported (default is to cast large integers as floats)
2016-12-20
5
0
直接使用Json_decode会把数字字符串转换成浮点数
要转换成字符串,第四个参数指定为:JSON_BIGINT_AS_STRING
手册上这样说:Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING
is supported (default is to cast large integers as floats)
本文作者: 折雨的天空
原文链接: php初始JSON中的数字字符串
版权声明: 本站所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
免责声明: 文中如涉及第三方资源,均来自互联网,仅供学习研究,禁止商业使用,如有侵权,联系我们24小时内删除!