mixed microtime ( [bool float_output] ) returns a highly accurate reading of the current time : microtime « Date « PHP
- PHP
- Date
- microtime
mixed microtime ( [bool float_output] ) returns a highly accurate reading of the current time
<?
echo microtime( );
?>
Related examples in the same category