BaiduUtils::isDebugMode PHP Method

isDebugMode() public static method

Whether the debug mode of the Baidu OpenAPI SDK is on or off.
public static isDebugMode ( ) : boolean
return boolean
    public static function isDebugMode()
    {
        return self::$isDebug;
    }