freebsd-ports/net/pear-Net_UserAgent_Detect/pkg-descr
Edwin Groothuis cb9b5a9552 New port: net/pear-Net_UserAgent_Detect PEAR class that detects web
browser, version and platform

	The Net_UserAgent object does a number of tests on an HTTP
	user agent string. The results of these tests are available
	via methods of the object.

	This module is based upon the JavaScript browser detection
	code available at
	http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
	This module had many influences from the lib/Browser.php
	code in version 1.3 of Horde.

PR:		ports/75815
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-09 04:59:35 +00:00

10 lines
437 B
Text

The Net_UserAgent object does a number of tests on an HTTP user
agent string. The results of these tests are available via methods of
the object.
This module is based upon the JavaScript browser detection code available
at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
This module had many influences from the lib/Browser.php code in
version 1.3 of Horde.
WWW: http://pear.php.net/package/Net_UserAgent_Detect/