PHP 이메일 확인 라이브러리
<?php class HasMxTest extends PHPUnit_Framework_TestCase { /** * Set up for tests in this file. * * @access private */ private function setupTest() { $this->validator = new \EmailValidator\Validator(); } /** * Test hasMx * * @cover \EmailValidator\Validator::hasMx */ public function testHasMx() { $this->setupTest(); // Not an email $this->assertNull( $this->validator->hasMx('example.com') ); // No Records $this->assertFalse( $this->validator->hasMx('example@example.com') ); // Records $this->assertTrue( $this->validator->hasMx('example@google.com') ); $this->assertTrue( $this->validator->hasMx('example@yahoo.com') ); } }
이것은 PHP 이메일 확인 라이브러리입니다. 필요한 친구는 다운로드하여 사용할 수 있습니다
부인 성명
이 사이트의 모든 리소스는 네티즌이 제공하거나 주요 다운로드 사이트에서 재인쇄되었습니다. 소프트웨어의 무결성을 직접 확인하십시오! 이 사이트의 모든 리소스는 학습 참고용으로만 사용됩니다. 상업적 목적으로 사용하지 마시기 바랍니다. 그렇지 않으면 모든 결과에 대한 책임은 귀하에게 있습니다! 침해가 있는 경우 당사에 연락하여 삭제하시기 바랍니다. 연락처: admin@php.cn

뜨거운 도구

PHP-메일러 메일 클래스
PHP-메일러 메일 클래스

PHPMailer_v5.1 메일 클래스
PHPMailer_v5.1 메일 클래스

인기 기사
<garden> : 정원 재배 - 완전한 돌연변이 가이드
18Apr2025모바일 게임 가이드
<gum> : Bubble Gum Simulator Infinity- 로얄 키를 얻고 사용하는 방법
16Apr2025모바일 게임 가이드
KB5055612 수정 방법 Windows 10에 설치되지 않습니까?
15Apr2025문제 해결
Nordhold : Fusion System, 설명
16Apr2025모바일 게임 가이드
Mandragora : 마녀 트리의 속삭임 - Grappling Hook 잠금 해제 방법
18Apr2025모바일 게임 가이드