예제 #1
0
파일: Debug.php 프로젝트: grithin/phpbase
 static function getRunId()
 {
     if (!$GLOBALS['_run_id']) {
         $GLOBALS['_run_id'] = Strings::random(10);
     }
     return $GLOBALS['_run_id'];
 }