PHP的邮箱验证库.zip
<?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
*
下载地址
用户评论