芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/vendor/egulias/email-validator/src/Validation/SpoofCheckValidation.php
setChecks(Spoofchecker::SINGLE_SCRIPT); if ($checker->isSuspicious($email)) { $this->error = new SpoofEmail(); } return $this->error === null; } /** * @return InvalidEmail|null */ public function getError() { return $this->error; } public function getWarnings() { return []; } }