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 /** * Create a new context * * @phpstub * * @param string $host_ip * @param i..

Decoded Output download

<?php

/**
 * Create a new context
 *
 * @phpstub
 *
 * @param string $host_ip
 * @param int $port
 *
 * @return resource A context identifier.
 */
function gupnp_context_new($host_ip = NULL, $port = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a new context
 *
 * @phpstub
 *
 * @param string $host_ip
 * @param int $port
 *
 * @return resource A context identifier.
 */
function gupnp_context_new($host_ip = NULL, $port = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 bf616a0024548bc3bd611e0a6dafb391
Eval Count 0
Decode Time 85 ms