-
PHP User Agent is a PHP5 script for user browser detection. It utilizes a simple and fast algorithm to recognize major browsers. It also supports supports custom user agent strings and a custom parse script. This script register better performance since it doesn't do any iteration or resursion. Also it uses lesser resources than the native get_browser() PHP function. Returned ...

