From 3307dc5bfc6eb492e86b7fe44a404c0d2de51241 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Nov 2017 09:41:51 +0100 Subject: new package --- REFLECTION | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..664c973 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,63 @@ +Extension [ extension #100 ip2location version 8.0.0 ] { + + - Constants [4] { + Constant [ integer IP2LOCATION_FILE_IO ] { 0 } + Constant [ integer IP2LOCATION_CACHE_MEMORY ] { 1 } + Constant [ integer IP2LOCATION_SHARED_MEMORY ] { 2 } + Constant [ integer IP2LOCATION_RECORD ] { 0 } + } + + - Functions { + Function [ function ip2location_open ] { + } + Function [ function ip2location_open_mem ] { + } + Function [ function ip2location_get_country_short ] { + } + Function [ function ip2location_get_country_long ] { + } + Function [ function ip2location_get_region ] { + } + Function [ function ip2location_get_city ] { + } + Function [ function ip2location_get_isp ] { + } + Function [ function ip2location_get_latitude ] { + } + Function [ function ip2location_get_longitude ] { + } + Function [ function ip2location_get_domain ] { + } + Function [ function ip2location_get_zipcode ] { + } + Function [ function ip2location_get_timezone ] { + } + Function [ function ip2location_get_netspeed ] { + } + Function [ function ip2location_get_iddcode ] { + } + Function [ function ip2location_get_areacode ] { + } + Function [ function ip2location_get_weatherstationcode ] { + } + Function [ function ip2location_get_weatherstationname ] { + } + Function [ function ip2location_get_mcc ] { + } + Function [ function ip2location_get_mnc ] { + } + Function [ function ip2location_get_mobilebrand ] { + } + Function [ function ip2location_get_elevation ] { + } + Function [ function ip2location_get_usagetype ] { + } + Function [ function ip2location_get_all ] { + } + Function [ function ip2location_close ] { + } + Function [ function ip2location_delete_shm ] { + } + } +} + -- cgit