©
                    本文档使用
                    php中文网手册 发布
                
(PECL memcache >= 0.2.0)
memcache_debug — 转换调试输出的开/关
$on_off 
   )  memcache_debug() 在参数
   on_off设置为 TRUE 时打开调试输出,在值为
    FALSE 时关闭调试输出。
   
Note:
memcache_debug() 仅仅在PHP以--enable-debug方式编译时可以访问,并且 总是返回
TRUE,其他情况下此函数不会产生任何影响并总是返回FALSE。
on_off   TRUE 表明打开调试输出。
        FALSE 表明关闭调试输出。
      
   当PHP以--enalbe-debug选项构建时返回 TRUE 其他情况下返回 FALSE 。
  
[#1] csongor at halmai dot hu [2014-07-15 00:43:19]
In PHP 5.5.14 this function returns NULL (not TRUE or FALSE). I have no information about other PHP releases.
[#2] markus at buyways dot nl [2009-10-22 02:39:06]
This method is deprecated in at least PHP 5.2.6
memcache_debug() [<a href='function.memcache-debug'>function.memcache-debug</a>]: memcache_debug() is deprecated, please use a debugger (like Eclipse + CDT)