mirror of
https://github.com/netfun2000/ip2region.git
synced 2026-02-27 09:44:31 +08:00
remove the debug info
This commit is contained in:
@@ -67,7 +67,6 @@ class Ip2Region
|
||||
$this->firstIndexPtr = self::getLong($this->dbBinStr, 0);
|
||||
$this->lastIndexPtr = self::getLong($this->dbBinStr, 4);
|
||||
$this->totalBlocks = ($this->lastIndexPtr-$this->firstIndexPtr)/INDEX_BLOCK_LENGTH + 1;
|
||||
echo "length: ", strlen($this->dbBinStr);
|
||||
}
|
||||
|
||||
if ( is_string($ip) ) $ip = ip2long($ip);
|
||||
|
||||
Reference in New Issue
Block a user