get_browser() attempts to determine the capabilities of the user's browser. This is done by looking up the browser's information in the browscap.ini file.
echo $_SERVER['HTTP_USER_AGENT'];
$browser = get_browser();
foreach ($browser as $name => $value) {
echo "$name $value
\n";
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment