Great if you want to make sure an email ends in a certain extension.
var_dump(check_ext('student@school.edu', '.edu')); // bool(true)var_dump(check_ext('hobo@bums.com', '.edu')); // bool(false)
We are always looking on upgrading. Please, take a second to tell us which is the feature you would like to see being added in PHPSnaps.
Comments