Answer Posted / binoyav
You can use get_browser() function
$browser_details = get_browser(null, true);
print_r($browser_details);
| Is This Answer Correct ? | 22 Yes | 8 No |
Post New Answer View All Answers
What is fetch array in php?
What is put method in php?
Write down the code for saving an uploaded file in PHP.
What are the new features available in php 7?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is the difference between $message and $$message in php?
What software is required to run php?
How to connect to a url in php?
What is difference between web service and api?
Do you know what is use of count() function in php?
How do I check if a given variable is empty?
When is a conditional statement ended with an endif?
How to set session.gc_divisor properly?
Tell me how do I escape data before storing it into the database?
What is csrf token in php?