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\Filter; interface FilterInterface { /** * Returns the f..
Decoded Output download
<?php
namespace Pagekit\Filter;
interface FilterInterface
{
/**
* Returns the filtered value.
*
* @param mixed $value
* @return mixed
*/
public function filter($value);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Filter;
interface FilterInterface
{
/**
* Returns the filtered value.
*
* @param mixed $value
* @return mixed
*/
public function filter($value);
}
Function Calls
None |
Stats
MD5 | e2dca391705bb4b2188f15950f834fee |
Eval Count | 0 |
Decode Time | 88 ms |