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 /** * Send action to the service and get value * * @phpstub * * @param resourc..
Decoded Output download
<?php
/**
* Send action to the service and get value
*
* @phpstub
*
* @param resource $proxy
* @param string $action
* @param string $name
* @param int $type
*
* @return mixed Return value of the action.
*/
function gupnp_service_proxy_action_get($proxy, $action, $name, $type)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Send action to the service and get value
*
* @phpstub
*
* @param resource $proxy
* @param string $action
* @param string $name
* @param int $type
*
* @return mixed Return value of the action.
*/
function gupnp_service_proxy_action_get($proxy, $action, $name, $type)
{
}
Function Calls
None |
Stats
MD5 | 38ce5d4c45fc3ccb0b0d5815ca5238c1 |
Eval Count | 0 |
Decode Time | 76 ms |