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 Pagekit\Routing; interface ResourceInterface extends \Serializable { ..

Decoded Output download

<?php

namespace Pagekit\Routing;

interface ResourceInterface extends \Serializable
{
    /**
     * Gets the resources modified time.
     *
     * @return int
     */
    public function getModified();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Pagekit\Routing;

interface ResourceInterface extends \Serializable
{
    /**
     * Gets the resources modified time.
     *
     * @return int
     */
    public function getModified();
}

Function Calls

None

Variables

None

Stats

MD5 d589d8efd2d4b51274f147074bb189b3
Eval Count 0
Decode Time 89 ms