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 /** * Check whether subscription is valid to the service * * @phpstub * * @par..
Decoded Output download
<?php
/**
* Check whether subscription is valid to the service
*
* @phpstub
*
* @param resource $proxy
*
* @return bool
*/
function gupnp_service_proxy_get_subscribed($proxy)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check whether subscription is valid to the service
*
* @phpstub
*
* @param resource $proxy
*
* @return bool
*/
function gupnp_service_proxy_get_subscribed($proxy)
{
}
Function Calls
None |
Stats
MD5 | c8313e676c02699f187f8a965ee14522 |
Eval Count | 0 |
Decode Time | 102 ms |