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
Swap two variables value without using third variable in php ?
What does PEAR stands for?
How to insert an new array element in array?
What is a lambda function in php?
Why would we use === instead of ==?
Tell me how do you execute a php script from the command line?
What is a query in php?
Tell me what is the difference between characters 34 and x34?
Can we use php variable in javascript?
What is constructors and destructors?
How to include variables in double-quoted strings?
What are the delimiters in php?
Which array function checks if the particular key exists in the array?
What is full form of php? Who is the father or inventor of php?
Which method removes the last element from the end of an array?