diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..7fd09bd --- /dev/null +++ b/REFLECTION @@ -0,0 +1,69 @@ +Extension [ <persistent> extension #86 geoip version 1.1.0 ] { + + - INI { + Entry [ geoip.custom_directory <ALL> ] + Current = '' + } + } + + - Constants [16] { + Constant [ integer GEOIP_COUNTRY_EDITION ] { 1 } + Constant [ integer GEOIP_REGION_EDITION_REV0 ] { 7 } + Constant [ integer GEOIP_CITY_EDITION_REV0 ] { 6 } + Constant [ integer GEOIP_ORG_EDITION ] { 5 } + Constant [ integer GEOIP_ISP_EDITION ] { 4 } + Constant [ integer GEOIP_CITY_EDITION_REV1 ] { 2 } + Constant [ integer GEOIP_REGION_EDITION_REV1 ] { 3 } + Constant [ integer GEOIP_PROXY_EDITION ] { 8 } + Constant [ integer GEOIP_ASNUM_EDITION ] { 9 } + Constant [ integer GEOIP_NETSPEED_EDITION ] { 10 } + Constant [ integer GEOIP_DOMAIN_EDITION ] { 11 } + Constant [ integer GEOIP_NETSPEED_EDITION_REV1 ] { 32 } + Constant [ integer GEOIP_UNKNOWN_SPEED ] { 0 } + Constant [ integer GEOIP_DIALUP_SPEED ] { 1 } + Constant [ integer GEOIP_CABLEDSL_SPEED ] { 2 } + Constant [ integer GEOIP_CORPORATE_SPEED ] { 3 } + } + + - Functions { + Function [ <internal:geoip> function geoip_database_info ] { + } + Function [ <internal:geoip> function geoip_country_code_by_name ] { + } + Function [ <internal:geoip> function geoip_country_code3_by_name ] { + } + Function [ <internal:geoip> function geoip_country_name_by_name ] { + } + Function [ <internal:geoip> function geoip_continent_code_by_name ] { + } + Function [ <internal:geoip> function geoip_org_by_name ] { + } + Function [ <internal:geoip> function geoip_record_by_name ] { + } + Function [ <internal:geoip> function geoip_id_by_name ] { + } + Function [ <internal:geoip> function geoip_region_by_name ] { + } + Function [ <internal:geoip> function geoip_isp_by_name ] { + } + Function [ <internal:geoip> function geoip_db_avail ] { + } + Function [ <internal:geoip> function geoip_db_get_all_info ] { + } + Function [ <internal:geoip> function geoip_db_filename ] { + } + Function [ <internal:geoip> function geoip_region_name_by_code ] { + } + Function [ <internal:geoip> function geoip_time_zone_by_country_and_region ] { + } + Function [ <internal:geoip> function geoip_setup_custom_directory ] { + } + Function [ <internal:geoip> function geoip_asnum_by_name ] { + } + Function [ <internal:geoip> function geoip_domain_by_name ] { + } + Function [ <internal:geoip> function geoip_netspeedcell_by_name ] { + } + } +} + |