DotLibrary |
![]() |
[ class tree: DotLibrary ] [ index: DotLibrary ] [ all elements ] |
![]() |
Packages: DotKernel Admin DotLibrary Frontend Rss Files:
Api.php
Auth.php Curl.php Debug.php Email.php Geoip.php Kernel.php Sendmail.php Seo.php Sessions.php Settings.php Smtp.php Template.php Classes: |
[ Top ] $GEOIP_COUNTRY_CODES = array(
|
access: | private |
Type: | array |
[line 180]
Array with country codes (3 chars)Array with country codes (3 chars)
access: | private |
Type: | array |
[line 105]
Array with country code to number corespondenceArray with country code to number corespondence
access: | private |
Type: | array |
[line 206]
Array with country namesArray with country names
access: | private |
Type: | array |
[line 75]
Memmory buffered - the read stringMemmory buffered - the read string
access: | private |
Type: | string |
[line 93]
Record lengthRecord length
access: | private |
Type: | int |
[line 99]
ID returned by shmop_open() function to access the shared memory segmentID returned by shmop_open() function to access the shared memory segment
access: | private |
Type: | int |
|
Constructor
access: | public |
|
Get country code based on IP address
access: | private |
string | $addr |
|
Get country id based on IP address
access: | private |
string | $addr |
|
Open Geoip database
access: | private |
string | $filename | |
int | $flags |
|
Search the country based on IP address
access: | private |
int | $ipnum | |
$ipNum |
|
Get the country by IP Return an array with : short name, like 'us' and long name, like 'United States'
access: | public |
string | $path | - path to geoip.dat database file |
string | $ip |
|
Setup segments from GeoIp
access: | private |