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
Hot Tools
PHP-메일러 메일 클래스
PHP-메일러 메일 클래스
PHPMailer_v5.1 메일 클래스
PHPMailer_v5.1 메일 클래스
인기 기사
붕괴: 스타레일 - 모든 황금 희생양 퍼즐 솔루션
18Jan2025모바일 게임 가이드
Tales Of Graces F Remastered: 모든 잠긴 상자 비밀번호
18Jan2025모바일 게임 가이드
루마 섬: 고고학자 직업 가이드
03Jan2025모바일 게임 가이드
KB5049622를 수정하는 방법이 Windows 11에 설치되지 않습니까?
15Jan2025문제 해결
인디애나 존스와 그레이트 서클: 기제 약병 위치 안내
31Dec2024모바일 게임 가이드