Exemplo n.º 1
0
 /**
  * Whether to set the debug mode of the Baidu OpenAPI SDK or not.
  * 
  * @param bool $on true or false
  * @return void
  */
 public static function setDebugMode($on = true)
 {
     self::$isDebug = $on;
 }