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 /** * (Un)subscribes to the service. * * @phpstub * * @param resource $proxy ..
Decoded Output download
<?php
/**
* (Un)subscribes to the service.
*
* @phpstub
*
* @param resource $proxy
* @param bool $subscribed
*
* @return bool
*/
function gupnp_service_proxy_set_subscribed($proxy, $subscribed)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* (Un)subscribes to the service.
*
* @phpstub
*
* @param resource $proxy
* @param bool $subscribed
*
* @return bool
*/
function gupnp_service_proxy_set_subscribed($proxy, $subscribed)
{
}
Function Calls
None |
Stats
MD5 | fd7f0f020df964d34464ef4f08b67a04 |
Eval Count | 0 |
Decode Time | 99 ms |