How can we get the browser properties using PHP?
Answer Posted / pappu kumar sharma
$browser = get_browser(null, true);
print_r($browser);
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain some of the php string functions?
Which parts of php are case sensitive?
How do I stop a php script?
What is c++ polymorphism?
What software is required for php?
What is the use of is_array() and in_array()?
What are the new features available in php 7?
How do you find the length of a string in php?
What is a lambda function in php?
What is the use of magic function in php?
What are the uses of php language?
In php, objects are they passed by value or by reference?
How can you send http header to the client in php?
What is return value in php?
What is smarty?