Home Daily Programming PHP Knowledge How to get current browser information in PHP

How to get current browser information in PHP

Jan 17, 2019 pm 01:31 PM

PHP obtains the current browser information. We can directly use the super global variable $_SERVER in PHP to obtain the specified browser information.

How to get current browser information in PHP

$_SERVER is an array containing information such as header, path, and script locations. The items in this array are created by the web server. There is no guarantee that every server will offer all items; servers may ignore some, or serve items not listed here.

Below we use a simple code example to obtain the current browser information.

The code example is as follows:

<?php

//获取当前浏览器的信息
echo "你的浏览器是:".$_SERVER[&#39;HTTP_USER_AGENT&#39;];

var_dump($_SERVER);
Copy after login

Here we get the current browser information and print it as follows:

How to get current browser information in PHP

Note: ## Prior to #PHP 5.4.0, $HTTP_SERVER_VARS contained the same information, but it was not a superglobal variable. (Note that $HTTP_SERVER_VARS and $_SERVER are different variables, and PHP handles them differently)

HTTP_USER_AGENT

The content of the User-Agent: item in the current request header, If exists. This string indicates information about the user agent accessing this page. A typical example is: Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586). Alternatively, you can use this value via get_browser() to tailor the page output to suit the user agent's capabilities.

This article is an introduction to the method of obtaining the current browser information with PHP. It is also very simple and easy to understand. I hope it will be helpful to friends in need!

The above is the detailed content of How to get current browser information in PHP. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)