BaiduUtils::setDebugMode PHP Method

setDebugMode() public static method

Whether to set the debug mode of the Baidu OpenAPI SDK or not.
public static setDebugMode ( boolean $on = true )
$on boolean true or false
    public static function setDebugMode($on = true)
    {
        self::$isDebug = $on;
    }