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 /** * Determine if GeoIP Database is available * * @phpstub * * @param int $da..
Decoded Output download
<?php
/**
* Determine if GeoIP Database is available
*
* @phpstub
*
* @param int $database
*
* @return bool Returns true is database exists, false if not found, or null on error.
*/
function geoip_db_avail($database)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Determine if GeoIP Database is available
*
* @phpstub
*
* @param int $database
*
* @return bool Returns true is database exists, false if not found, or null on error.
*/
function geoip_db_avail($database)
{
}
Function Calls
None |
Stats
MD5 | a1d8d33140559c43ebd31fcc606da634 |
Eval Count | 0 |
Decode Time | 94 ms |