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