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 /** * Return error code * * @phpstub * * @param resource $action * @param int..
Decoded Output download
<?php
/**
* Return error code
*
* @phpstub
*
* @param resource $action
* @param int $error_code
* @param string $error_description
*
* @return bool
*/
function gupnp_service_action_return_error($action, $error_code, $error_description = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return error code
*
* @phpstub
*
* @param resource $action
* @param int $error_code
* @param string $error_description
*
* @return bool
*/
function gupnp_service_action_return_error($action, $error_code, $error_description = NULL)
{
}
Function Calls
None |
Stats
MD5 | 97d442d827577faa0abd9974576f6ace |
Eval Count | 0 |
Decode Time | 86 ms |