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 country code and region * * @phpstub * * @param string $hostname..
Decoded Output download
<?php
/**
* Get the country code and region
*
* @phpstub
*
* @param string $hostname
*
* @return array Returns the associative array on success, or false if the address
* cannot be found in the database.
*/
function geoip_region_by_name($hostname)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the country code and region
*
* @phpstub
*
* @param string $hostname
*
* @return array Returns the associative array on success, or false if the address
* cannot be found in the database.
*/
function geoip_region_by_name($hostname)
{
}
Function Calls
None |
Stats
MD5 | 98b4ff1cbd06bbe7706779fac2f8403d |
Eval Count | 0 |
Decode Time | 87 ms |