BaiduUtils::isDebugMode PHP Méthode

isDebugMode() public static méthode

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