- PHP 手册
- 函数参考
- 其它服务
- Memcache
- Memcache 函数
memcache_debug
(PECL memcache >= 0.2.0)
memcache_debug — 转换调试输出的开/关
说明
memcache_debug(bool$on_off
): bool
memcache_debug()在参数
on_off
设置为true
时打开调试输出,在值为
false
时关闭调试输出。
注意:
memcache_debug()仅仅在PHP以--enable-debug方式编译时可以访问,并且 总是返回
true
,其他情况下此函数不会产生任何影响并总是返回false
。
参数
-
on_off
-
true
表明打开调试输出。false
表明关闭调试输出。
返回值
当PHP以--enalbe-debug选项构建时返回true
其他情况下返回false
。
User Contributed Notes 2 notes
up down 0 csongor at halmai dot hu ¶7 years ago
In PHP 5.5.14 this function returns NULL (not TRUE or FALSE). I have no information about other PHP releases.
up
down
0
markus at buyways dot nl ¶12 years ago
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)
add a note
官方地址:https://www.php.net/manual/en/function.memcache-debug.php