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 /** * Sets the event subscription timeout * * @phpstub * * @param resource $co..

Decoded Output download

<?php

/**
 * Sets the event subscription timeout
 *
 * @phpstub
 *
 * @param resource $context
 * @param int $timeout
 *
 * @return void 
 */
function gupnp_context_set_subscription_timeout($context, $timeout)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the event subscription timeout
 *
 * @phpstub
 *
 * @param resource $context
 * @param int $timeout
 *
 * @return void 
 */
function gupnp_context_set_subscription_timeout($context, $timeout)
{
}

Function Calls

None

Variables

None

Stats

MD5 1faa58ab255ece734fdc3fc5a73c49ea
Eval Count 0
Decode Time 95 ms