Exemplo n.º 1
0
 static function getRunId()
 {
     if (!$GLOBALS['_run_id']) {
         $GLOBALS['_run_id'] = Strings::random(10);
     }
     return $GLOBALS['_run_id'];
 }