( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
if (empty($user_name)) {
$this->response["userError"] = array();
$this->response["status"] = "0";
$this->response["error"] = true;
$this->response['respCode'] = "1";
$this->response['respCode'] = "incorrect usernameail format";
return json_encode($this->response);
}
?>