microtime showing 1.52214531583E+12

52 Views Asked by At

I am using round(microtime(true) * 1000); for generating current timestamp in 13 digits.

But it is not returning me correct 13 digit values instead it return something like this:

1.52214531583E+12

which is not useful in my case.

How can i convert this to 13 digit number

0

There are 0 best solutions below