Exemple #1
0
 static function context()
 {
     $context = ['rid' => $log['rid'] = self::getRunId(), 'pid' => getmypid(), 'time' => self::time(), '$_SERVER' => Tool::to_jsonable($_SERVER), '$_POST' => Tool::to_jsonable($_POST), '$_GET' => Tool::to_jsonable($_GET)];
     return $context;
 }