當前位置: 首頁>>代碼示例>>PHP>>正文


PHP WURFL_Handlers_Utils::checkIfStartsWith方法代碼示例

本文整理匯總了PHP中WURFL_Handlers_Utils::checkIfStartsWith方法的典型用法代碼示例。如果您正苦於以下問題:PHP WURFL_Handlers_Utils::checkIfStartsWith方法的具體用法?PHP WURFL_Handlers_Utils::checkIfStartsWith怎麽用?PHP WURFL_Handlers_Utils::checkIfStartsWith使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在WURFL_Handlers_Utils的用法示例。


在下文中一共展示了WURFL_Handlers_Utils::checkIfStartsWith方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: canHandle

 public function canHandle($userAgent)
 {
     if (WURFL_Handlers_Utils::isDesktopBrowser($userAgent)) {
         return false;
     }
     return WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "Philips") || WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "PHILIPS");
 }
開發者ID:acasademont,項目名稱:wurfl,代碼行數:7,代碼來源:PhilipsHandler.php

示例2: canHandle

 public function canHandle($userAgent)
 {
     if (WURFL_Handlers_Utils::isDesktopBrowser($userAgent)) {
         return false;
     }
     return WURFL_Handlers_Utils::checkIfStartsWith($userAgent, 'Qtek');
 }
開發者ID:godboko,項目名稱:modules,代碼行數:7,代碼來源:QtekHandler.php

示例3: applyRecoveryMatch

 function applyRecoveryMatch($userAgent)
 {
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "DoCoMo/2")) {
         return "docomo_generic_jap_ver2";
     }
     return "docomo_generic_jap_ver1";
 }
開發者ID:muliadi,項目名稱:jfportabledevice,代碼行數:7,代碼來源:DoCoMoHandler.php

示例4: lookForMatchingUserAgent

	/**
	 * If UA starts with "NEC", apply RIS of FS
	 * If UA starts with KGT, apply LD with threshold 2
	 *
	 * @param string $userAgent
	 * @return boolean
	 */
	function lookForMatchingUserAgent($userAgent) {
		if (WURFL_Handlers_Utils::checkIfStartsWith ( $userAgent, "NEC-" )) {
			$tollerance = WURFL_Handlers_Utils::firstSlash ( $userAgent );
			return WURFL_Handlers_Utils::risMatch ( array_keys ( $this->userAgentsWithDeviceID ), $userAgent, $tollerance );
		}
		return WURFL_Handlers_Utils::ldMatch ( array_keys ( $this->userAgentsWithDeviceID ), $userAgent, self::NEC_KGT_TOLLERANCE );
	}
開發者ID:richard-cai,項目名稱:Zend-Framework-Extended,代碼行數:14,代碼來源:NecHandler.php

示例5: canHandle

 public function canHandle($userAgent)
 {
     if (WURFL_Handlers_Utils::isDesktopBrowser($userAgent)) {
         return false;
     }
     return WURFL_Handlers_Utils::checkIfStartsWith($userAgent, 'Mozilla') && WURFL_Handlers_Utils::checkIfContains($userAgent, 'UCBrowser');
 }
開發者ID:dcunited08,項目名稱:wurfl-api,代碼行數:7,代碼來源:UcwebU3Handler.php

示例6: canHandle

 /**
  * Intercept all UAs Starting with Mozilla and Containing MSIE and are not mobile browsers
  *
  * @param string $userAgent
  * @return boolean
  */
 public function canHandle($userAgent)
 {
     if (WURFL_Handlers_Utils::isMobileBrowser($userAgent)) {
         return false;
     }
     return WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "Mozilla") && WURFL_Handlers_Utils::checkIfContains($userAgent, "MSIE");
 }
開發者ID:realsoc,項目名稱:mediawiki-extensions,代碼行數:13,代碼來源:MSIEHandler.php

示例7: applyRecoveryMatch

 public function applyRecoveryMatch($userAgent)
 {
     $version = self::getWindowsPhoneVersion($userAgent);
     if ($version == "8.1") {
         return 'generic_ms_phone_os8_1';
     }
     if ($version == "8.0") {
         return 'generic_ms_phone_os8';
     }
     if ($version == "7.8") {
         return 'generic_ms_phone_os7_8';
     }
     if ($version == "7.5") {
         return 'generic_ms_phone_os7_5';
     }
     if ($version == "7.0") {
         return 'generic_ms_phone_os7';
     }
     if ($version == "6.5") {
         return 'generic_ms_winmo6_5';
     }
     //These are probably UAs of the type "Windows Phone Ad Client (Xna)/5.1.0.0 BMID/E67970D969"
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, 'Windows Phone Ad Client') || WURFL_Handlers_Utils::checkIfStartsWith($userAgent, 'WindowsPhoneAdClient')) {
         return 'generic_ms_phone_os7';
     }
     return WURFL_Constants::NO_MATCH;
 }
開發者ID:conversionstudio,項目名稱:cpatracker,代碼行數:27,代碼來源:WindowsPhoneHandler.php

示例8: canHandle

 public function canHandle($userAgent)
 {
     if (WURFL_Handlers_Utils::isDesktopBrowser($userAgent)) {
         return false;
     }
     return WURFL_Handlers_Utils::checkIfStartsWith($userAgent, 'Mozilla/5') && WURFL_Handlers_Utils::checkIfContainsAnyOf($userAgent, array('iPhone', 'iPod', 'iPad'));
 }
開發者ID:vazahat,項目名稱:dudex,代碼行數:7,代碼來源:AppleHandler.php

示例9: applyConclusiveMatch

 public function applyConclusiveMatch($userAgent)
 {
     // Look for RIS delimited UAs first
     $delimiter_idx = strpos($userAgent, WURFL_Constants::RIS_DELIMITER);
     if ($delimiter_idx !== false) {
         $tolerance = $delimiter_idx + strlen(WURFL_Constants::RIS_DELIMITER);
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     // Opera Mini
     if (WURFL_Handlers_Utils::checkIfContains($userAgent, 'Opera Mini')) {
         if (WURFL_Handlers_Utils::checkIfContains($userAgent, ' Build/')) {
             $tolerance = WURFL_Handlers_Utils::indexOfOrLength($userAgent, ' Build/');
             return $this->getDeviceIDFromRIS($userAgent, $tolerance);
         }
         $prefixes = array('Opera/9.80 (J2ME/MIDP; Opera Mini/5' => 'uabait_opera_mini_android_v50', 'Opera/9.80 (Android; Opera Mini/5.0' => 'uabait_opera_mini_android_v50', 'Opera/9.80 (Android; Opera Mini/5.1' => 'uabait_opera_mini_android_v51');
         foreach ($prefixes as $prefix => $defaultID) {
             if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, $prefix)) {
                 return $this->getDeviceIDFromRIS($userAgent, strlen($prefix));
             }
         }
     }
     // Opera Mobi
     if (WURFL_Handlers_Utils::checkIfContains($userAgent, 'Opera Mobi')) {
         $tolerance = WURFL_Handlers_Utils::secondSlash($userAgent);
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     // Opera Tablet
     if (WURFL_Handlers_Utils::checkIfContains($userAgent, 'Opera Tablet')) {
         $tolerance = WURFL_Handlers_Utils::secondSlash($userAgent);
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     // Fennec
     if (WURFL_Handlers_Utils::checkIfContainsAnyOf($userAgent, array('Fennec', 'Firefox'))) {
         $tolerance = WURFL_Handlers_Utils::indexOfOrLength($userAgent, ')');
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     // UCWEB7
     if (WURFL_Handlers_Utils::checkIfContains($userAgent, 'UCWEB7')) {
         // The tolerance is after UCWEB7, not before
         $find = 'UCWEB7';
         $tolerance = strpos($userAgent, $find) + strlen($find);
         if ($tolerance > strlen($userAgent)) {
             $tolerance = strlen($userAgent);
         }
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     // NetFrontLifeBrowser
     if (WURFL_Handlers_Utils::checkIfContains($userAgent, 'NetFrontLifeBrowser/2.2')) {
         $find = 'NetFrontLifeBrowser/2.2';
         $tolerance = strpos($userAgent, $find) + strlen($find);
         if ($tolerance > strlen($userAgent)) {
             $tolerance = strlen($userAgent);
         }
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     // Standard RIS Matching
     $tolerance = min(WURFL_Handlers_Utils::indexOfOrLength($userAgent, ' Build/'), WURFL_Handlers_Utils::indexOfOrLength($userAgent, ' AppleWebKit'));
     return $this->getDeviceIDFromRIS($userAgent, $tolerance);
 }
開發者ID:priyranjansingh,項目名稱:getleads,代碼行數:59,代碼來源:AndroidHandler.php

示例10: applyConclusiveMatch

 public function applyConclusiveMatch($userAgent)
 {
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "NEC-")) {
         $tolerance = WURFL_Handlers_Utils::firstSlash($userAgent);
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     return $this->getDeviceIDFromLD($userAgent, self::NEC_KGT_TOLERANCE);
 }
開發者ID:conversionstudio,項目名稱:cpatracker,代碼行數:8,代碼來源:NecHandler.php

示例11: lookForMatchingUserAgent

 /**
  * if UA starts with "KDDI/", apply RIS with Second Slash Otherwise apply RIS
  * with FS
  */
 function lookForMatchingUserAgent($userAgent)
 {
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "KDDI/")) {
         $tollerance = WURFL_Handlers_Utils::secondSlash($userAgent);
         return WURFL_Handlers_Utils::risMatch(array_keys($this->userAgentsWithDeviceID), $userAgent, $tollerance);
     }
     return parent::lookForMatchingUserAgent($userAgent);
 }
開發者ID:eusholli,項目名稱:drupal,代碼行數:12,代碼來源:KDDIHandler.php

示例12: applyConclusiveMatch

 /**
  * Apply RIS on Firts slash
  *
  * @param string $userAgent
  * @return string
  */
 public function applyConclusiveMatch($userAgent)
 {
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "CFNetwork/")) {
         $tolerance = WURFL_Handlers_Utils::firstSpace($userAgent);
     } else {
         $tolerance = WURFL_Handlers_Utils::firstSlash($userAgent);
     }
     return $this->getDeviceIDFromRIS($userAgent, $tolerance);
 }
開發者ID:dcunited08,項目名稱:wurfl-api,代碼行數:15,代碼來源:CatchAllRisHandler.php

示例13: applyConclusiveMatch

 public function applyConclusiveMatch($userAgent)
 {
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, "Pantech")) {
         $tolerance = self::PANTECH_TOLERANCE;
     } else {
         $tolerance = WURFL_Handlers_Utils::firstSlash($userAgent);
     }
     return $this->getDeviceIDFromRIS($userAgent, $tolerance);
 }
開發者ID:godboko,項目名稱:modules,代碼行數:9,代碼來源:PantechHandler.php

示例14: lookForMatchingUserAgent

	/**
	 * If UA starts with "SonyEricsson", apply RIS with FS as a threshold.
	 * If UA contains "SonyEricsson" somewhere in the middle,
	 * apply RIS with threshold second slash
	 *
	 * @param string $userAgent
	 * @return string
	 */
	function lookForMatchingUserAgent($userAgent) {
		if (WURFL_Handlers_Utils::checkIfStartsWith ( $userAgent, "SonyEricsson" )) {
			$tollerance = WURFL_Handlers_Utils::firstSlash ( $userAgent );
			return WURFL_Handlers_Utils::risMatch ( array_keys ( $this->userAgentsWithDeviceID ), $userAgent, $tollerance );
		}
		$tollerance = WURFL_Handlers_Utils::secondSlash ( $userAgent );
		return WURFL_Handlers_Utils::ldMatch ( array_keys ( $this->userAgentsWithDeviceID ), $userAgent, $tollerance );
	
	}
開發者ID:richard-cai,項目名稱:Zend-Framework-Extended,代碼行數:17,代碼來源:SonyEricssonHandler.php

示例15: applyConclusiveMatch

 public function applyConclusiveMatch($userAgent)
 {
     if (WURFL_Handlers_Utils::checkIfStartsWith($userAgent, 'SonyEricsson')) {
         $tolerance = WURFL_Handlers_Utils::firstSlash($userAgent) - 1;
         return $this->getDeviceIDFromRIS($userAgent, $tolerance);
     }
     $tolerance = WURFL_Handlers_Utils::secondSlash($userAgent);
     return $this->getDeviceIDFromRIS($userAgent, $tolerance);
 }
開發者ID:godboko,項目名稱:modules,代碼行數:9,代碼來源:SonyEricssonHandler.php


注:本文中的WURFL_Handlers_Utils::checkIfStartsWith方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。