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 /** * Get the port * * @phpstub * * @param resource $context * * @return int..
Decoded Output download
<?php
/**
* Get the port
*
* @phpstub
*
* @param resource $context
*
* @return int Returns the port number for the current context and false on error.
*/
function gupnp_context_get_port($context)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the port
*
* @phpstub
*
* @param resource $context
*
* @return int Returns the port number for the current context and false on error.
*/
function gupnp_context_get_port($context)
{
}
Function Calls
None |
Stats
MD5 | 6132e06d3cf049f92b0510f291074f94 |
Eval Count | 0 |
Decode Time | 86 ms |