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...
Ekim 21, 2011
PHP Microtime Class
21Ekim
