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 /** * Dynamically changes the code of the given method * * @phpstub * * @param..

Decoded Output download

<?php

/**
 * Dynamically changes the code of the given method
 *
 * @phpstub
 *
 * @param string $classname
 * @param string $methodname
 * @param string $args
 * @param string $code
 * @param int $flags
 *
 * @return bool 
 */
function runkit_method_redefine($classname, $methodname, $args, $code, $flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Dynamically changes the code of the given method
 *
 * @phpstub
 *
 * @param string $classname
 * @param string $methodname
 * @param string $args
 * @param string $code
 * @param int $flags
 *
 * @return bool 
 */
function runkit_method_redefine($classname, $methodname, $args, $code, $flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 11911e5b65f0d5e2544e77b92bf9230c
Eval Count 0
Decode Time 102 ms