OAuth
PHP Manual

OAuth::disableDebug

(PECL OAuth >= 0.99.3)

OAuth::disableDebugTurn off verbose debugging

説明

public bool OAuth::disableDebug ( void )

Turns off verbose request information (off by default). Alternatively, the debug member can be set to a FALSE value to turn debug off.

パラメータ

この関数にはパラメータはありません。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

変更履歴

バージョン 説明
0.99.8 The debug member was added

参考


OAuth
PHP Manual