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 /** * Remove a function definition * * @phpstub * * @param string $funcname *..

Decoded Output download

<?php

/**
 * Remove a function definition
 *
 * @phpstub
 *
 * @param string $funcname
 *
 * @return bool 
 */
function runkit_function_remove($funcname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Remove a function definition
 *
 * @phpstub
 *
 * @param string $funcname
 *
 * @return bool 
 */
function runkit_function_remove($funcname)
{
}

Function Calls

None

Variables

None

Stats

MD5 a5563e0f8cfbc238f2aaf89e41ecd43c
Eval Count 0
Decode Time 83 ms