PHP code example of punches / email-checker
1. Go to this page and download the library: Download punches/email-checker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
punches / email-checker example snippets
<?
use Otus\EmailChecker;
$example = new EmailChecker;
$line = "[email protected]";
echo sprintf('%s is %s%s', $line, ($example->checkEmail($line) ? " valid" : " not valid"), PHP_EOL);
sh
$ cd test
$ less test-list.txt | php check_stdin.php