1. time() not returning whole number
- Posted by euphoric (admin) Dec 12, 2011
- 1382 views
Since when does time() return a decimal value?! I woulda sworn it always returned a whole number. Am I confused? That must've just slipped right by me.
2. Re: time() not returning whole number
- Posted by mattlewis (admin) Dec 12, 2011
- 1384 views
euphoric said...
Since when does time() return a decimal value?! I woulda sworn it always returned a whole number. Am I confused? That must've just slipped right by me.
It has always returned a double floating point value.
Matt