!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_led/php/vendor/egulias/email-validator/src/Egulias/EmailValidator/   drwxrwxr-x
Free 15.67 GB of 61.93 GB (25.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     EmailValidatorInterface.php (1.88 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace Egulias\EmailValidator;

/**
 * EmailValidatorInterface
 *
 * @author Chris McCafferty <cilefen@gmail.com>
 */
interface EmailValidatorInterface
{
    
/**
     * Validates an email address against the following standards:
     *
     * RFC-5321: Simple Mail Transfer Protocol
     * RFC-5322: Internet Message Format
     * RFC-6530: Overview and Framework for Internationalized Email
     * RFC-6531: SMTP Extension for Internationalized Email
     * RFC-6532: Internationalized Email Headers
     * RFC-1123 section 2.1: Requirements for Internet Hosts -- Application and Support
     * RFC-4291 section 2.2: IP Version 6 Addressing Architecture
     *
     * @param string $email    The email address to validate.
     * @param bool   $checkDNS Whether or not the email address's hostname should
     *                         be confirmed with a DNS lookup. This only comes
     *                         into play if strict mode is also enabled.
     * @param bool   $strict   If this is true, and any informational warnings
     *                         were raised during validation, the email address
     *                         will be considered invalid. Additionally, if
     *                         $checkDNS is true and the DNS lookup failed,
     *                         the email address will be considered invalid.
     * @return bool
     */
    
public function isValid($email$checkDNS false$strict false);

    
/**
     * @return bool
     */
    
public function hasWarnings();

    
/**
     * @return array
     */
    
public function getWarnings();

    
/**
     * @return string
     */
    
public function getError();

    
/**
     * @param int $threshold The acceptable number of deprecation warnings.
     *
     * @return EmailValidator
     */
    
public function setThreshold($threshold);

    
/**
     * @return int
     */
    
public function getThreshold();
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.55 ]--