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'] . "
\n";
$browser = get_browser();
foreach ($browser as $name => $value) {
echo "$name $value
\n";
}
A Brief Discription
- Rahul Dev Sharma
- Hello friends, first of all i would like to tell you about myself that your friend is a very small part of this world same like you. I m a 24 years old man and don't feel till now that i am adult.Professionally i m a web developer in pink city in India.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment