mixed microtime ( [bool float_output] ) returns a highly accurate reading of the current time : microtime « Date « PHP






mixed microtime ( [bool float_output] ) returns a highly accurate reading of the current time

 
<?
echo microtime( );
?>
  
  

Related examples in the same category

1.Timing with microtime()