コード例 #1
0
ファイル: LoginCheck.php プロジェクト: HerO-0110/EmailAuth
 public function check()
 {
     $this->response = $this->curl->getURL("http://cafe.naver.com/LoginCheck.nhn?m=check")["body"];
     return strpos($this->response, "LOGIN") ? true : false;
 }