Skip to content

Instantly share code, notes, and snippets.

@easychen
Last active August 29, 2015 13:58
Show Gist options
  • Save easychen/9987262 to your computer and use it in GitHub Desktop.
Save easychen/9987262 to your computer and use it in GitHub Desktop.
<?php
function is_email( $email )
{
return filter_var($email, FILTER_VALIDATE_EMAIL);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment