Searched refs:EmailAddressValidator (Results 1 – 5 of 5) sorted by relevance
4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-add…26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, …38 $validator = new EmailAddressValidator;46 if (EmailAddressValidator::checkEmailAddress("test@example.org")) {53 if (EmailAddressValidator::checkLocalPortion("test")) {56 if (EmailAddressValidator::checkDomainPotion("example.org")) {
13 class EmailAddressValidator class
89 return EmailAddressValidator::checkEmailAddress($email, true);
29 "EmailAddressValidator": ""46 … "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
238 inc/EmailAddressValidator.php