Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you get the Browser information?

Answer Posted / ravi rajendra k

If you need a parser for getting OS, browser name and version details, use this pattern in a preg_match_all function.

$pattern = '#(?<browser>' . join('|', $known) .')[/ ]+(?<version>[0-9]+(?:\.[0-9]+)?)#i';

You can see my article www.peacemax.com/11/php/user-agents-php-snippet where i wrote the entire function for getting those details.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why laravel is the best php framework in 2019?

998


How to read one character from a file?

1188


Tell me how can we display information of a variable and readable by human with php?

1094


Is it worth learning php in 2019?

1009


How can I learn php fast?

1125


How To Get the Uploaded File Information in the Receiving Script?

1075


How does php serialize work?

1112


How can we enable error reporting in php?

1089


What software is required for php?

1082


What is difference between python and php?

1028


How to check an key is exists in array?

1159


Is php a mvc?

1000


What is strlen php?

1058


Where are cookies stored php?

960


What is the maximum size of a database in mysql?

1052