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\Widget\Model; interface TypeInterface extends \JsonSerializable ..
Decoded Output download
<?php
namespace Pagekit\Widget\Model;
interface TypeInterface extends \JsonSerializable
{
/**
* Renders the widget.
*
* @param Widget $widget
* @return string
*/
public function render(Widget $widget);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Widget\Model;
interface TypeInterface extends \JsonSerializable
{
/**
* Renders the widget.
*
* @param Widget $widget
* @return string
*/
public function render(Widget $widget);
}
Function Calls
None |
Stats
MD5 | 972b1c5b4825fda2a990c51201954a33 |
Eval Count | 0 |
Decode Time | 95 ms |