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 Internet connection type * * @phpstub * * @param string $hostnam..
Decoded Output download
<?php
/**
* Get the Internet connection type
*
* @phpstub
*
* @param string $hostname
*
* @return int Returns the connection type.
*/
function geoip_id_by_name($hostname)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the Internet connection type
*
* @phpstub
*
* @param string $hostname
*
* @return int Returns the connection type.
*/
function geoip_id_by_name($hostname)
{
}
Function Calls
None |
Stats
MD5 | 8fa74fa85f1ec72b6b4539e4b61377a7 |
Eval Count | 0 |
Decode Time | 92 ms |