File path: dist/twist/Core/Models/UserAgent.model.php
Namespace: Twist\Core\Models
getBrowser
— Get Browser details from a browser key, these are the keys found in the browsers.json file
Name | Description |
---|---|
$strBrowserKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strBrowserKey = 'foo';
//Call the function getBrowser with the example vars
\Twist\Core\Models\UserAgent::getBrowser($strBrowserKey);