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 time zone for some country and region code combo * * @phpstub ..

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 b63063af48c7372352ff99a39cfde0ad
Eval Count 0
Decode Time 94 ms