CakeFest 2024: The Official CakePHP Conference

OAuth::disableDebug

(PECL OAuth >= 0.99.3)

OAuth::disableDebug关闭详细的调试

说明

public OAuth::disableDebug(): bool

关闭详细的请求信息(默认为关闭)。或者,将 调试 属性设置为 false 值来关闭调试。

参数

此函数没有参数。

返回值

true

更新日志

版本 说明
PECL oauth 0.99.8 增加相关 调试 属性。

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top