PHP Classes

Notable PHP package: Faster PHP IP2Location

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 788

Last month viewers: 1

Categories: Notable Packages

IP2Location is a well known service that uses database files to determine the location of IP addresses of given ranges.

Usually it uses the binary search method to find the location of a given IP address, so it reduces the amount of information to be read from IP2Location database file.

The class implements a more optimized method to lookup the location of IP address in pure PHP code. It departs from a database file from IP2Location more efficient data structures to lookup.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package Faster PHP IP2Location is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Faster method to find the location of IP addresses

Here follows in more detail what it does:

This class implements a faster method to find the location of IP addresses.

It can take a IP2Location database file and generates list files that are faster to search.

The class uses the data in those list files to lookup for the location a given IP addresses.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.




  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)