In part of my code when I print microtime(true)
it gives me a number like this 1410876482.803832
(6 decimal places), but other times it gives me a number like this 1410876484.86
(2 decimal places).
How do I get it to consistently give my 6 decimal places?