OAuth::enableDebug

(PECL OAuth >= 0.99.3)

OAuth::enableDebug啟用詳細調試

說明

public OAuth::enableDebug(): bool

打開用于調試的詳細請求信息,調試信息存儲在 debugInfo 成員中。或者,可以設置 debug 成員為一個非 false 值來打開啟用調試。

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

true

更新日志

版本 說明
0.99.8 增加了 debugdebugInfo 成員

參見