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 with multiple parameters synchronously * * @phpstub * * @par..

Decoded Output download

<?php

/**
 * Send action with multiple parameters synchronously
 *
 * @phpstub
 *
 * @param resource $proxy
 * @param string $action
 * @param array $in_params
 * @param array $out_params
 *
 * @return array Return  array with values or false on error.
 */
function gupnp_service_proxy_send_action($proxy, $action, $in_params, $out_params)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Send action with multiple parameters synchronously
 *
 * @phpstub
 *
 * @param resource $proxy
 * @param string $action
 * @param array $in_params
 * @param array $out_params
 *
 * @return array Return  array with values or false on error.
 */
function gupnp_service_proxy_send_action($proxy, $action, $in_params, $out_params)
{
}

Function Calls

None

Variables

None

Stats

MD5 c8083ded52caed91f45a2e9ddd403834
Eval Count 0
Decode Time 84 ms