CLASS_AJAX::halt_alert PHP Метод

halt_alert() публичный Метод

返回出错信息(含具体信息) halt_alert function.
public halt_alert ( mixed $str_alert ) : void
$str_alert mixed
Результат void
    function halt_alert($str_alert)
    {
        $arr_re = array("msg" => $this->alert[$str_alert], "alert" => $str_alert);
        exit(json_encode($arr_re));
        //输出错误信息
    }