IEmailValidator
in
Validator for email addresses
Tags
Table of Contents
Methods
- isValid() : bool
Methods
isValid()
public
isValid(string $email) : bool
Parameters
- $email : string
-
Email address to be validated
Tags
Return values
bool —True if the mail address is valid, false otherwise