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 /** * Sets up callback for variable change notification * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Sets up callback for variable change notification
 *
 * @phpstub
 *
 * @param resource $proxy
 * @param string $value
 * @param int $type
 * @param mixed $callback
 * @param mixed $arg
 *
 * @return bool 
 */
function gupnp_service_proxy_add_notify($proxy, $value, $type, $callback, $arg = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets up callback for variable change notification
 *
 * @phpstub
 *
 * @param resource $proxy
 * @param string $value
 * @param int $type
 * @param mixed $callback
 * @param mixed $arg
 *
 * @return bool 
 */
function gupnp_service_proxy_add_notify($proxy, $value, $type, $callback, $arg = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c8405c6089d9382d20e78c1fd4315031
Eval Count 0
Decode Time 88 ms