<?php // Displaying the micro time as a float type echo ("The micro time is :"); echo(microtime(true)); ?>