PHP 8.3.31
Preview: Result.php Size: 528 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/egulias/email-validator/src/Result/Result.php

<?php

namespace Egulias\EmailValidator\Result;

interface Result
{
    /**
     * Is validation result valid?
     * 
     */
    public function isValid(): bool;

    /**
     * Is validation result invalid?
     * Usually the inverse of isValid()
     * 
     */
    public function isInvalid(): bool;

    /**
     * Short description of the result, human readable.
     * 
     */
    public function description(): string;

    /**
     * Code for user land to act upon.
     * 
     */
    public function code(): int;
}

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
Reason DIR
- drwxr-xr-x 2025-11-18 19:23:48
Edit Download
843 B lrw-r--r-- 2025-10-28 20:22:04
Edit Download
1.04 KB lrw-r--r-- 2025-10-28 20:22:04
Edit Download
528 B lrw-r--r-- 2025-10-28 20:22:04
Edit Download
306 B lrw-r--r-- 2025-10-28 20:22:04
Edit Download
379 B lrw-r--r-- 2025-10-28 20:22:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).