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 filename of the corresponding GeoIP Database * * @phpstub * ..

Decoded Output download

<?php

/**
 * Returns the filename of the corresponding GeoIP Database
 *
 * @phpstub
 *
 * @param int $database
 *
 * @return string Returns the filename of the corresponding database, or null on error.
 */
function geoip_db_filename($database)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the filename of the corresponding GeoIP Database
 *
 * @phpstub
 *
 * @param int $database
 *
 * @return string Returns the filename of the corresponding database, or null on error.
 */
function geoip_db_filename($database)
{
}

Function Calls

None

Variables

None

Stats

MD5 3bb581c348ede48c0b3ad6c7d648c0a0
Eval Count 0
Decode Time 87 ms