コード例 #1
0
ファイル: Debug.php プロジェクト: grithin/phpbase
 static function getRunId()
 {
     if (!$GLOBALS['_run_id']) {
         $GLOBALS['_run_id'] = Strings::random(10);
     }
     return $GLOBALS['_run_id'];
 }