Example #1
0
 private function himstatResponseLog($result, $action)
 {
     $command = explode('=', trim($action, '?& '))[0];
     Reporter::himstatResponseLog($result, $action, $command);
 }