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 /** * Call a callback with an array of parameters * * @phpstub * * @param call..

Decoded Output download

<?php

/**
 * Call a callback with an array of parameters
 *
 * @phpstub
 *
 * @param callable $callback
 * @param array $param_arr
 *
 * @return mixed Returns the return value of the callback, or false on error.
 */
function call_user_func_array($callback, $param_arr)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Call a callback with an array of parameters
 *
 * @phpstub
 *
 * @param callable $callback
 * @param array $param_arr
 *
 * @return mixed Returns the return value of the callback, or false on error.
 */
function call_user_func_array($callback, $param_arr)
{
}

Function Calls

None

Variables

None

Stats

MD5 31a6ee69413ffcf17dd6d6068107377b
Eval Count 0
Decode Time 93 ms