Tag Archives: microtime

Get time difference in PHP with microtime()

Description: Detect how long a script, query or function takes to run in php. Solution: PHP offers the microtime() function, which returns the number of microseconds (a millionth of a second) that passed since 1st of January 1970, the PHP … Continue reading

Posted in PhP | Tagged , , , | 3 Comments