From 595f1cf5b821f8a49808d08b47421ff8b0630037 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..7fd09bd --- /dev/null +++ b/REFLECTION @@ -0,0 +1,69 @@ +Extension [ extension #86 geoip version 1.1.0 ] { + + - INI { + Entry [ geoip.custom_directory ] + 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 [ function geoip_database_info ] { + } + Function [ function geoip_country_code_by_name ] { + } + Function [ function geoip_country_code3_by_name ] { + } + Function [ function geoip_country_name_by_name ] { + } + Function [ function geoip_continent_code_by_name ] { + } + Function [ function geoip_org_by_name ] { + } + Function [ function geoip_record_by_name ] { + } + Function [ function geoip_id_by_name ] { + } + Function [ function geoip_region_by_name ] { + } + Function [ function geoip_isp_by_name ] { + } + Function [ function geoip_db_avail ] { + } + Function [ function geoip_db_get_all_info ] { + } + Function [ function geoip_db_filename ] { + } + Function [ function geoip_region_name_by_code ] { + } + Function [ function geoip_time_zone_by_country_and_region ] { + } + Function [ function geoip_setup_custom_directory ] { + } + Function [ function geoip_asnum_by_name ] { + } + Function [ function geoip_domain_by_name ] { + } + Function [ function geoip_netspeedcell_by_name ] { + } + } +} + -- cgit