dreamwest Posted February 14, 2009 Share Posted February 14, 2009 Is there a function to measure time with decimals Im currently using this but it displays whole numbers "2", "1" not "0.67" etc $t1 = time( ); // page content $t2 = time( ); $ttime = ($t2 - $t1 ); Quote Link to comment https://forums.phpfreaks.com/topic/145157-time-with-decimals/ Share on other sites More sharing options...
corbin Posted February 14, 2009 Share Posted February 14, 2009 http://php.net/microtime Quote Link to comment https://forums.phpfreaks.com/topic/145157-time-with-decimals/#findComment-761883 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.