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\View\Helper; use Pagekit\View\View; interface HelperInterface {..
Decoded Output download
<?php
namespace Pagekit\View\Helper;
use Pagekit\View\View;
interface HelperInterface
{
/**
* Registers the helper.
*
* @param View $view
*/
public function register(View $view);
/**
* Returns the name.
*
* @return string
*/
public function getName();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\View\Helper;
use Pagekit\View\View;
interface HelperInterface
{
/**
* Registers the helper.
*
* @param View $view
*/
public function register(View $view);
/**
* Returns the name.
*
* @return string
*/
public function getName();
}
Function Calls
None |
Stats
MD5 | 15aa311905ff2f2dec9f78a70db554c8 |
Eval Count | 0 |
Decode Time | 92 ms |