示例#1
0
 static function identify($type, $model)
 {
     require_once _BASEPATH_ . '../data/id-' . $type . '.php';
     switch ($type) {
         case 'android':
             return BrowserIds::identifyList(BrowserIds::$ANDROID_BROWSERS, $model);
     }
     return false;
 }