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 service proxy callback for signal * * @phpstub * * @param resource $..

Decoded Output download

<?php

/**
 * Set service proxy callback for signal
 *
 * @phpstub
 *
 * @param resource $proxy
 * @param int $signal
 * @param mixed $callback
 * @param mixed $arg
 *
 * @return bool 
 */
function gupnp_service_proxy_callback_set($proxy, $signal, $callback, $arg = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set service proxy callback for signal
 *
 * @phpstub
 *
 * @param resource $proxy
 * @param int $signal
 * @param mixed $callback
 * @param mixed $arg
 *
 * @return bool 
 */
function gupnp_service_proxy_callback_set($proxy, $signal, $callback, $arg = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 594c47776eaa56e279ee5b16ee51e442
Eval Count 0
Decode Time 94 ms