Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

User Agent  system identification

Description: keep it simple

$_SERVER['HTTP_USER_AGENT'] holds a lot of information. The information can be divided into sections, such as: browser and it's version, operating system and it's version, mobile manufacturer, robot - Search engine crawlers name and ect.

List of methods/functions:

__construct auto load

parseUserAgent this::parseUserAgent();

parseBots this::parseBots();

parseMobile this::parseMobile();

parseBrowserPlusVer this::parseBrowserPlusVer();

parsePlatformPlusVer this::parsePlatformPlusVer();

Info Panel
Roll it!   ⇔