Changes between Version 15 and Version 16 of XcacheApi
- Timestamp:
- 2007-07-09T14:35:55+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcacheApi
v15 v16 10 10 Cache Type = variable data 11 11 12 == Common Used Functions == 12 == Functions == 13 14 ====== Common Used Functions ====== 13 15 {{{ 14 16 mixed xcache_get(string name) … … 25 27 Examples: 26 28 27 * Simple Counter 29 ====== Simple Counter ====== 28 30 {{{ 29 31 #!php … … 31 33 }}} 32 34 33 * Advanced Counter 35 ====== Advanced Counter ====== 34 36 {{{ 35 37 #!php … … 48 50 }}} 49 51 50 * Cacher 52 ====== Cacher ====== 51 53 {{{ 52 54 #!php … … 76 78 }}} 77 79 78 == Administrator Functions==80 ====== Administrator Functions ====== 79 81 {{{ 80 82 int xcache_count(int type) … … 87 89 See xcache/admin/*.php 88 90 89 == Coverager Functions==91 ====== Coverager Functions ====== 90 92 {{{ 91 93 array xcache_coverager_decode(string data) … … 98 100 Decode data from file that is stored by coverage auto dumper (by setting xcache.coveragedump_directory) 99 101 100 == Dis/Assembler Opcode Functions==102 ====== Dis/Assembler Opcode Functions ====== 101 103 {{{ 102 104 string xcache_asm(string filename)

