- 论坛徽章:
- 0
|
php5 获取浏览器信息 的函式怎么写啊?
PHP 手册
Stig S&ther Bakken
Alexander Aulbach
Egon Schmid
Jim Winstead
Lars Torben Wilson
Rasmus Lerdorf
Andrei Zmievski
Jouni Ahto
中文文档翻译小组
穆少磊
肖盛文
宋琪
李达
黄啸宇
王远之
陈伯乐
崔岩
刘铭
周皓
Yorgo
文件生成时间: Thu Mar 11 18:34:33 2004
请访问 http://www.php.net/docs.php 获取最新的版本
Copyright & 1997, 1998, 1999, 2000, 2001, 2002 the PHP Documentation Group
*********** 这是函式解释***********
get_browser
(PHP 3, PHP 4 )
get_browser -- Tells what the user's browser is capable of
Description
object get_browser ( [string user_agent])
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. By default, the value of HTTP_USER_AGENT is used; however, you can alter this (i.e., look up another browser's info) by passing the optional user_agent parameter to get_browser(). |
|