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 /** * Set device callback function * * @phpstub * * @param resource $root_devi..

Decoded Output download

<?php

/**
 * Set device callback function
 *
 * @phpstub
 *
 * @param resource $root_device
 * @param int $signal
 * @param string $action_name
 * @param mixed $callback
 * @param mixed $arg
 *
 * @return bool 
 */
function gupnp_device_action_callback_set($root_device, $signal, $action_name, $callback, $arg = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set device callback function
 *
 * @phpstub
 *
 * @param resource $root_device
 * @param int $signal
 * @param string $action_name
 * @param mixed $callback
 * @param mixed $arg
 *
 * @return bool 
 */
function gupnp_device_action_callback_set($root_device, $signal, $action_name, $callback, $arg = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 8ee4627c51f6a7e1025f636eb46bce79
Eval Count 0
Decode Time 93 ms