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 /** * Applies a filter to an image * * @phpstub * * @param resource $image * ..
Decoded Output download
<?php
/**
* Applies a filter to an image
*
* @phpstub
*
* @param resource $image
* @param int $filtertype
* @param int $arg1
* @param int $arg2
* @param int $arg3
* @param int $arg4
*
* @return bool
*/
function imagefilter($image, $filtertype, $arg1 = NULL, $arg2 = NULL, $arg3 = NULL, $arg4 = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Applies a filter to an image
*
* @phpstub
*
* @param resource $image
* @param int $filtertype
* @param int $arg1
* @param int $arg2
* @param int $arg3
* @param int $arg4
*
* @return bool
*/
function imagefilter($image, $filtertype, $arg1 = NULL, $arg2 = NULL, $arg3 = NULL, $arg4 = NULL)
{
}
Function Calls
None |
Stats
MD5 | bee3715b77ed1b210cf18b17a5dc538f |
Eval Count | 0 |
Decode Time | 96 ms |