BaiduUtils::setDebugMode PHP 메소드

setDebugMode() 공개 정적인 메소드

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;
    }