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 /** * Change a function's name * * @phpstub * * @param string $funcname * @pa..
Decoded Output download
<?php
/**
* Change a function's name
*
* @phpstub
*
* @param string $funcname
* @param string $newname
*
* @return bool
*/
function runkit_function_rename($funcname, $newname)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Change a function's name
*
* @phpstub
*
* @param string $funcname
* @param string $newname
*
* @return bool
*/
function runkit_function_rename($funcname, $newname)
{
}
Function Calls
None |
Stats
MD5 | 745646c447238c6f70c1793d45084e15 |
Eval Count | 0 |
Decode Time | 82 ms |