Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Egulias\EmailValidator\Result\Reason; interface Reason { /** * ..

Decoded Output download

<?php

namespace Egulias\EmailValidator\Result\Reason;

interface Reason
{
    /**
     * Code for user land to act upon;
     */
    public function code() : int;

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

Did this file decode correctly?

Original Code

<?php

namespace Egulias\EmailValidator\Result\Reason;

interface Reason
{
    /**
     * Code for user land to act upon;
     */
    public function code() : int;

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

Function Calls

None

Variables

None

Stats

MD5 5e81862e9d16e7509c7fa313d94d28cf
Eval Count 0
Decode Time 104 ms