Exemplo n.º 1
0
 static function Start($descr)
 {
     self::$descr = $descr;
     self::$start = self::GetTicks();
     echo $descr . ";";
 }