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 ); 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 Link to comment https://forums.phpfreaks.com/topic/145157-time-with-decimals/#findComment-761883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.