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 /** * Invokes function funcname with the arguments passed after the function name ..

Decoded Output download

<?php

/**
 * Invokes function funcname with the arguments passed after the function name
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $funcname
 * @param mixed $argument
 * @param mixed $_
 *
 * @return mixed The return type is the one you set when you registered the function, the
 *               value is the one returned by the function itself.
 */
function w32api_invoke_function($funcname, $argument, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Invokes function funcname with the arguments passed after the function name
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $funcname
 * @param mixed $argument
 * @param mixed $_
 *
 * @return mixed The return type is the one you set when you registered the function, the
 *               value is the one returned by the function itself.
 */
function w32api_invoke_function($funcname, $argument, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 24232dd41525a7e1263cc20e3cfe0528
Eval Count 0
Decode Time 82 ms