Lines Matching full:ua
97 * Holds the operating system data after parsing the UA
103 * Holds the client data after parsing the UA
109 * Holds the device type after parsing the UA
115 * Holds the device brand data after parsing the UA
121 * Holds the device model data after parsing the UA
127 * Holds bot information if parsing the UA results in a bot
131 * true if parsed UA is identified as bot, additional information will be not available
185 * @param string $userAgent UA to parse
323 * If information is discarded it's only possible check whether UA was detected as bot or not.
346 * Returns if the parsed UA was identified as a Bot
359 * Returns if the parsed UA was identified as a touch enabled device
373 * Returns if the parsed UA is detected as a mobile device
422 * Returns if the parsed UA was identified as desktop device
447 * Returns the operating system data extracted from the parsed UA
465 * Returns the client data extracted from the parsed UA
483 * Returns the device type extracted from the parsed UA
496 * Returns the device type extracted from the parsed UA
513 * Returns the device brand extracted from the parsed UA
527 * Returns the full device brand name extracted from the parsed UA
540 * Returns the device model extracted from the parsed UA
570 * Returns the bot extracted from the parsed UA
618 * any other application accessing with an parseable UA
632 * @param string $ua UserAgent to parse
642 public static function getInfoFromUserAgent(string $ua, ?ClientHints $clientHints = null): array argument
650 $deviceDetector->setUserAgent($ua);
773 * Returns if the parsed UA contains the 'Android; Tablet;' fragment
785 * Returns if the parsed UA contains the 'Android; Mobile;' fragment
797 * Returns if the parsed UA contains the 'Android; Mobile VR;' fragment
809 …* Returns if the parsed UA contains the 'Desktop;', 'Desktop x32;', 'Desktop x64;' or 'Desktop WOW…
821 * Returns if the parsed UA contains usage of a mobile only browser
832 * Parses the UA for bot information using the Bot parser
932 … * if it's fake UA then it's best not to identify it as Apple running Android OS or GNU/Linux
972 * Some UA contain the fragment 'Pad/APad', so we assume those devices as tablets
979 …* Some UA contain the fragment 'Android; Tablet;' or 'Opera Tablet', so we assume those devices as…
1035 …* Internet Explorer 10 introduces the "Touch" UA string token. If this token is present at the end…
1036 * UA string, the computer has touch capability, and is running Windows 8 (or later).
1037 * This UA string will be transmitted on a touch-enabled system running Windows 8 (RT)
1123 * Set device type desktop if string ua contains desktop