string getElapsedTime(
[$places
$places = 5])
|
|
This function returns the elapsed time in seconds.
Call start_time() at the beginning of script execution and end_time() at the end of script execution. Then, call elapsed_time() to obtain the difference between start_time() and end_time().
Tags:
Parameters: