PHP Classes

Packages of Khoa Bui

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Khoa Bui (2)  >  Mission progress status  >  Reputation  
Picture of Khoa Bui
Name: Khoa Bui <contact>
Classes: 2
Country: United States United States
Age: 36
All time rank: 893122 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 3607
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Detect Country and City  
Get the current user location using codehelper.io
This class can get the current user location using codehelper.io API.

It can determine the current user IP address checking the user remote IP address eventually behind a proxy server.

The class can send a HTTP request to the codehelper.io API to get the geographic location details associated to the user IP address.

It returns the continent, country, city, latitude, longitude and other details associated to the location city.

The class caches the locations for the given IP address for one week.

  Files folder image PHP Fast Cache  
Store and get data from several cache containers
This class can store and get data from several cache containers.

It can store the value of a variable of any type in one of several supported cache storage container.

Currently it supports cache containers like: files, SQLite databases using PDO, Memcached, XCache, APC and WinCache.

Each cache entry is associated to a name, so it can retrieved using the same name until the cache expiry time is not reached.

The class can also check if a cache entry exists, increment or decrement cache values, delete given cache entries and clean all cache entries.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z