Home »
Imported messages »
comp.lang.php »
json_decode
json_decode [message #175082] |
Thu, 11 August 2011 09:23  |
Falk Fiedler
Messages: 3 Registered: August 2011
Karma: 0
|
Junior Member |
|
|
hi,
i get from a API a JSON-String with the field:
"id":1070107173001
with json_decode i get:
id = 1.070107173E+12
and i can't work with this value ... is this right, what can i do?
thank you
falk
|
|
|
|
Re: json_decode [message #175085 is a reply to message #175082] |
Thu, 11 August 2011 13:00  |
alvaro.NOSPAMTHANX
Messages: 277 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
El 11/08/2011 11:23, Falk Fiedler escribió/wrote:
> i get from a API a JSON-String with the field:
>
> "id":1070107173001
>
> with json_decode i get:
>
> id = 1.070107173E+12
>
> and i can't work with this value ... is this right, what can i do?
>
> thank you
In my computer, it creates a float but it doesn't lose precision. You
should be able to work with it without any problem.
If you are getting scientific notation it's because you are casting it
to string with a function that does not let you choose the format. Just
handle it as number.
--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--
|
|
|
Goto Forum:
Current Time: Fri Mar 07 07:18:07 GMT 2025
Total time taken to generate the page: 0.04292 seconds