Automattic\WooCommerce\Vendor\Detection
MobileDetect::getBrowsers
Retrieve the list of known browsers. Specifically, the user agents.
Method of the class: MobileDetect{}
No Hooks.
Returns
Array. List of browsers / user agents.
Usage
$result = MobileDetect::getBrowsers(): array;
MobileDetect::getBrowsers() MobileDetect::getBrowsers code WC 10.3.6
public static function getBrowsers(): array
{
return static::$browsers;
}