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\Loader; use Pagekit\Routing\Route; interface LoaderInte..
Decoded Output download
<?php
namespace Pagekit\Routing\Loader;
use Pagekit\Routing\Route;
interface LoaderInterface
{
/**
* Loads routes.
*
* @param mixed $routes
* @return Route[]
*/
public function load($routes);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Routing\Loader;
use Pagekit\Routing\Route;
interface LoaderInterface
{
/**
* Loads routes.
*
* @param mixed $routes
* @return Route[]
*/
public function load($routes);
}
Function Calls
None |
Stats
MD5 | cf781ca93ffbc0d06146212d456cdf42 |
Eval Count | 0 |
Decode Time | 74 ms |