summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: f6f1e6e7999682cc9e0f966c6969d6c086ee548d (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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
Extension [ <persistent> extension #81 memcache version 4.0.5.2 ] {

  - INI {
    Entry [ memcache.allow_failover <ALL> ]
      Current = '1'
    }
    Entry [ memcache.max_failover_attempts <ALL> ]
      Current = '20'
    }
    Entry [ memcache.default_port <ALL> ]
      Current = '11211'
    }
    Entry [ memcache.chunk_size <ALL> ]
      Current = '32768'
    }
    Entry [ memcache.protocol <ALL> ]
      Current = 'ascii'
    }
    Entry [ memcache.hash_strategy <ALL> ]
      Current = 'consistent'
    }
    Entry [ memcache.hash_function <ALL> ]
      Current = 'crc32'
    }
    Entry [ memcache.redundancy <ALL> ]
      Current = '1'
    }
    Entry [ memcache.session_redundancy <ALL> ]
      Current = '2'
    }
    Entry [ memcache.compress_threshold <ALL> ]
      Current = '20000'
    }
    Entry [ memcache.lock_timeout <ALL> ]
      Current = '15'
    }
    Entry [ memcache.session_prefix_host_key <ALL> ]
      Current = '0'
    }
    Entry [ memcache.session_prefix_host_key_remove_www <ALL> ]
      Current = '1'
    }
    Entry [ memcache.session_prefix_host_key_remove_subdomain <ALL> ]
      Current = '0'
    }
    Entry [ memcache.session_prefix_static_key <ALL> ]
      Current = ''
    }
    Entry [ memcache.session_save_path <ALL> ]
      Current = ''
    }
    Entry [ memcache.prefix_host_key <ALL> ]
      Current = '0'
    }
    Entry [ memcache.prefix_host_key_remove_www <ALL> ]
      Current = '1'
    }
    Entry [ memcache.prefix_host_key_remove_subdomain <ALL> ]
      Current = '0'
    }
    Entry [ memcache.prefix_static_key <ALL> ]
      Current = ''
    }
  }

  - Constants [6] {
    Constant [ int MEMCACHE_COMPRESSED ] { 2 }
    Constant [ int MEMCACHE_USER1 ] { 65536 }
    Constant [ int MEMCACHE_USER2 ] { 131072 }
    Constant [ int MEMCACHE_USER3 ] { 262144 }
    Constant [ int MEMCACHE_USER4 ] { 524288 }
    Constant [ int MEMCACHE_HAVE_SESSION ] { 1 }
  }

  - Functions {
    Function [ <internal:memcache> function memcache_connect ] {
    }
    Function [ <internal:memcache> function memcache_pconnect ] {
    }
    Function [ <internal:memcache> function memcache_add_server ] {
    }
    Function [ <internal:memcache> function memcache_set_server_params ] {
    }
    Function [ <internal:memcache> function memcache_set_failure_callback ] {
    }
    Function [ <internal:memcache> function memcache_get_server_status ] {
    }
    Function [ <internal:memcache> function memcache_get_version ] {
    }
    Function [ <internal:memcache> function memcache_add ] {
    }
    Function [ <internal:memcache> function memcache_set ] {
    }
    Function [ <internal:memcache> function memcache_replace ] {
    }
    Function [ <internal:memcache> function memcache_cas ] {
    }
    Function [ <internal:memcache> function memcache_append ] {
    }
    Function [ <internal:memcache> function memcache_prepend ] {
    }
    Function [ <internal:memcache> function memcache_get ] {

      - Parameters [4] {
        Parameter #0 [ <required> $param0 ]
        Parameter #1 [ <required> $param1 ]
        Parameter #2 [ <required> &$param2 ]
        Parameter #3 [ <required> &$param3 ]
      }
    }
    Function [ <internal:memcache> function memcache_delete ] {
    }
    Function [ <internal:memcache> function memcache_debug ] {
    }
    Function [ <internal:memcache> function memcache_get_stats ] {
    }
    Function [ <internal:memcache> function memcache_get_extended_stats ] {
    }
    Function [ <internal:memcache> function memcache_set_compress_threshold ] {
    }
    Function [ <internal:memcache> function memcache_increment ] {
    }
    Function [ <internal:memcache> function memcache_decrement ] {
    }
    Function [ <internal:memcache> function memcache_close ] {
    }
    Function [ <internal:memcache> function memcache_flush ] {
    }
    Function [ <internal:memcache> function memcache_set_sasl_auth_data ] {
    }
  }

  - Classes [2] {
    Class [ <internal:memcache> class MemcachePool ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [23] {
        Method [ <internal:memcache> public method connect ] {
        }

        Method [ <internal:memcache> public method addserver ] {
        }

        Method [ <internal:memcache> public method setserverparams ] {
        }

        Method [ <internal:memcache> public method setfailurecallback ] {
        }

        Method [ <internal:memcache> public method getserverstatus ] {
        }

        Method [ <internal:memcache> public method findserver ] {
        }

        Method [ <internal:memcache> public method getversion ] {
        }

        Method [ <internal:memcache> public method add ] {
        }

        Method [ <internal:memcache> public method set ] {
        }

        Method [ <internal:memcache> public method replace ] {
        }

        Method [ <internal:memcache> public method cas ] {
        }

        Method [ <internal:memcache> public method append ] {
        }

        Method [ <internal:memcache> public method prepend ] {
        }

        Method [ <internal:memcache> public method get ] {

          - Parameters [3] {
            Parameter #0 [ <required> $param0 ]
            Parameter #1 [ <required> &$param1 ]
            Parameter #2 [ <required> &$param2 ]
          }
        }

        Method [ <internal:memcache> public method delete ] {
        }

        Method [ <internal:memcache> public method getstats ] {
        }

        Method [ <internal:memcache> public method getextendedstats ] {
        }

        Method [ <internal:memcache> public method setcompressthreshold ] {
        }

        Method [ <internal:memcache> public method increment ] {
        }

        Method [ <internal:memcache> public method decrement ] {
        }

        Method [ <internal:memcache> public method close ] {
        }

        Method [ <internal:memcache> public method flush ] {
        }

        Method [ <internal:memcache> public method setSaslAuthData ] {
        }
      }
    }

    Class [ <internal:memcache> class Memcache extends MemcachePool ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [24] {
        Method [ <internal:memcache, overwrites MemcachePool, prototype MemcachePool> public method connect ] {
        }

        Method [ <internal:memcache> public method pconnect ] {
        }

        Method [ <internal:memcache, overwrites MemcachePool, prototype MemcachePool> public method addserver ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method setserverparams ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method setfailurecallback ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method getserverstatus ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method findserver ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method getversion ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method add ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method set ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method replace ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method cas ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method append ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method prepend ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method get ] {

          - Parameters [3] {
            Parameter #0 [ <required> $param0 ]
            Parameter #1 [ <required> &$param1 ]
            Parameter #2 [ <required> &$param2 ]
          }
        }

        Method [ <internal:memcache, inherits MemcachePool> public method delete ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method getstats ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method getextendedstats ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method setcompressthreshold ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method increment ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method decrement ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method close ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method flush ] {
        }

        Method [ <internal:memcache, inherits MemcachePool> public method setSaslAuthData ] {
        }
      }
    }
  }
}