Changes between Version 10 and Version 11 of XcacheApi
- Timestamp:
- 10/01/2006 11:10:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcacheApi
v10 v11 82 82 See xcache/admin/*.php 83 83 84 == Coverager Functions == 85 {{{ 86 array xcache_coverager_decode(string data) 87 void xcache_coverager_start([bool clean = true]) 88 void xcache_coverager_stop([bool clean = false]) 89 array xcache_coverager_get([bool clean = false]) 90 }}} 91 92 xcache_coverager_decode:: 93 Decode data from file that is stored by coverage auto dumper (by setting xcache.coveragedump_directory) 94 84 95 == Dis/Assembler Opcode Functions == 85 96 {{{

