PHP microtime() function

What is the syntax of the microtime() function in PHP? Parameter Description return_float Optional. When set to TRUE it specifies that the function should return a float, instead of a string. Default is FALSE Examples of the microtime() function Example 1. In this example,