is_email_lib
Proto type
string is_email_lib (string email)Description
Arguments
Example
$email = 'oopsAToops.org';
if ( ($email = is_email_lib ($email)) == null ) {
echo "Invalid email\n";
exit;
}See also
Last updated