microtime
Package:
Summary:
Measure the time that elapses in microseconds
Groups:
Author:
Description:
This class can be used to measure the time that elapses in microseconds.
It can start measuring the time at any point of a PHP script taking note of the current time in microseconds.
Later the class can stop measuring time and returns the time that elapsed since the beginning.
Comments are closed.