Created 13 years ago2011-09-03 01:42:54 UTC by Unbreakable
static $start = null; if($start === null) { $start = microtime(true); return 0.0; } return microtime(true) - $start;