In PHP 5.5.14 this function returns NULL (not TRUE or FALSE). I have no information about other PHP releases.
(PECL memcache >= 0.2.0)
memcache_debug — 转换调试输出的开/关
$on_off
) : bool
memcache_debug()在参数
on_off
设置为true
时打开调试输出,在值为
false
时关闭调试输出。
Note:
memcache_debug()仅仅在PHP以--enable-debug方式编译时可以访问,并且 总是返回
true
,其他情况下此函数不会产生任何影响并总是返回false
。
on_off
true
表明打开调试输出。
false
表明关闭调试输出。
当PHP以--enalbe-debug选项构建时返回true
其他情况下返回false
。
In PHP 5.5.14 this function returns NULL (not TRUE or FALSE). I have no information about other PHP releases.
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)