summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: dbfe29ae9f019e8abc0966be61fecea9478cbf71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
Extension [ <persistent> extension #124 geoip version 1.1.1 ] {

  - INI {
    Entry [ geoip.custom_directory <ALL> ]
      Current = ''
    }
  }

  - Constants [16] {
    Constant [ int GEOIP_COUNTRY_EDITION ] { 1 }
    Constant [ int GEOIP_REGION_EDITION_REV0 ] { 7 }
    Constant [ int GEOIP_CITY_EDITION_REV0 ] { 6 }
    Constant [ int GEOIP_ORG_EDITION ] { 5 }
    Constant [ int GEOIP_ISP_EDITION ] { 4 }
    Constant [ int GEOIP_CITY_EDITION_REV1 ] { 2 }
    Constant [ int GEOIP_REGION_EDITION_REV1 ] { 3 }
    Constant [ int GEOIP_PROXY_EDITION ] { 8 }
    Constant [ int GEOIP_ASNUM_EDITION ] { 9 }
    Constant [ int GEOIP_NETSPEED_EDITION ] { 10 }
    Constant [ int GEOIP_DOMAIN_EDITION ] { 11 }
    Constant [ int GEOIP_NETSPEED_EDITION_REV1 ] { 32 }
    Constant [ int GEOIP_UNKNOWN_SPEED ] { 0 }
    Constant [ int GEOIP_DIALUP_SPEED ] { 1 }
    Constant [ int GEOIP_CABLEDSL_SPEED ] { 2 }
    Constant [ int GEOIP_CORPORATE_SPEED ] { 3 }
  }

  - Functions {
    Function [ <internal:geoip> function geoip_database_info ] {

      - Parameters [1] {
        Parameter #0 [ <optional> $database = <default> ]
      }
    }
    Function [ <internal:geoip> function geoip_country_code_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_country_code3_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_country_name_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_country_code_by_name_v6 ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_country_code3_by_name_v6 ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_country_name_by_name_v6 ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_continent_code_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_org_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_record_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_id_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_region_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_isp_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_db_avail ] {

      - Parameters [1] {
        Parameter #0 [ <required> $database ]
      }
    }
    Function [ <internal:geoip> function geoip_db_get_all_info ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:geoip> function geoip_db_filename ] {

      - Parameters [1] {
        Parameter #0 [ <required> $database ]
      }
    }
    Function [ <internal:geoip> function geoip_region_name_by_code ] {

      - Parameters [2] {
        Parameter #0 [ <required> $country_code ]
        Parameter #1 [ <required> $region_code ]
      }
    }
    Function [ <internal:geoip> function geoip_time_zone_by_country_and_region ] {

      - Parameters [2] {
        Parameter #0 [ <required> $country_code ]
        Parameter #1 [ <required> $region_code ]
      }
    }
    Function [ <internal:geoip> function geoip_setup_custom_directory ] {

      - Parameters [1] {
        Parameter #0 [ <required> $directory ]
      }
    }
    Function [ <internal:geoip> function geoip_asnum_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_domain_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
    Function [ <internal:geoip> function geoip_netspeedcell_by_name ] {

      - Parameters [1] {
        Parameter #0 [ <required> $host ]
      }
    }
  }
}