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 removes the given method * * @phpstub * * @param string $cla..

Decoded Output download

<?php

/**
 * Dynamically removes the given method
 *
 * @phpstub
 *
 * @param string $classname
 * @param string $methodname
 *
 * @return bool 
 */
function runkit_method_remove($classname, $methodname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Dynamically removes the given method
 *
 * @phpstub
 *
 * @param string $classname
 * @param string $methodname
 *
 * @return bool 
 */
function runkit_method_remove($classname, $methodname)
{
}

Function Calls

None

Variables

None

Stats

MD5 d6ada4ca02b67b5f7ee71c384081f962
Eval Count 0
Decode Time 80 ms