PHP microtime class|PHP mikrosekunder klass

May 20, 2009

PHP

Denna PHP klass används för att mäta den tid som gått i mikrosekunder.This class can be used to measure the time that elapses in microseconds.

Det kan börja mäta tiden från valfri plats i PHP-skriptet för att ta reda på hur lång tid ett skript tar i mikrosekunder.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.

Ladda nerDownload: [download id="4"]