This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Checks Email Domain for trashmail | |
| * | |
| * @param string $email | |
| * @return boolean true/false | |
| */ | |
| function trash_email($email){ | |
| $array = explode("@",$email); | |
| $domain = $array[1]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * replaces %your_var% from a string | |
| * | |
| * sprintf3( 'Hello %your_name%, my name is %my_name%!' | |
| * , array( 'your_name' => 'Matt' | |
| * , 'my_name' => 'Jim' | |
| * ) | |
| * ); | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* humanstxt.org/ */ | |
| /* The humans responsible & technology colophon */ | |
| _ _ _ _ _ | |
| | | | | | | | | | | |
| __ _____ | | | _____ _ __ ___ | |_| |_ ___ _ __ ___| |_ | |
| \ \ / / _ \| | |/ / _ \ '__/ _ \| __| __/ _ \ | '_ \ / _ \ __| | |
| \ V / (_) | | < __/ | | (_) | |_| || (_) || | | | __/ |_ | |
| \_/ \___/|_|_|\_\___|_| \___/ \__|\__\___(_)_| |_|\___|\__| | |
NewerOlder