EtiketMicrotime

PHP Microtime Class

Microtime is a useful function that “returns the current Unix timestamp with microseconds.” [1] So as in normal this can be useful for time tracking, but also needs some arrangements. I figured out this as a simple class. Example: [code lang=”php”] //get instance $time = new time(); //start with died parameter (default false) $time->start($died = true); //do nothing for...

Arşivler

Kategoriler