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 /** * Returns the region name for some country and region code combo * * @phpstu..

Decoded Output download

<?php

/**
 * Returns the region name for some country and region code combo
 *
 * @phpstub
 *
 * @param string $country_code
 * @param string $region_code
 *
 * @return string Returns the region name on success, or false if the country and region code
 *                combo cannot be found.
 */
function geoip_region_name_by_code($country_code, $region_code)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the region name for some country and region code combo
 *
 * @phpstub
 *
 * @param string $country_code
 * @param string $region_code
 *
 * @return string Returns the region name on success, or false if the country and region code
 *                combo cannot be found.
 */
function geoip_region_name_by_code($country_code, $region_code)
{
}

Function Calls

None

Variables

None

Stats

MD5 d573ba708265b41b9ebbfdf25e504cb9
Eval Count 0
Decode Time 69 ms