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 two letter continent code * * @phpstub * * @param string $hostna..

Decoded Output download

<?php

/**
 * Get the two letter continent code
 *
 * @phpstub
 *
 * @param string $hostname
 *
 * @return string Returns the two letter continent code on success, or false if the
 *                address cannot be found in the database.
 */
function geoip_continent_code_by_name($hostname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the two letter continent code
 *
 * @phpstub
 *
 * @param string $hostname
 *
 * @return string Returns the two letter continent code on success, or false if the
 *                address cannot be found in the database.
 */
function geoip_continent_code_by_name($hostname)
{
}

Function Calls

None

Variables

None

Stats

MD5 c7d4624bd984e586701e139710259217
Eval Count 0
Decode Time 89 ms