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
Which is variable cost?
What is serialization in php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What does sign mean php?
What is the difference between characters and #?
How to get the http request in php?
What does the initials of php stand for?
What is php beginner?
Which php framework is fastest?
Why do we use namespace in php?
How check variable is set or not in php?
What is the main function of php?
How do http requests work?
What is empty () in php?
What is the use of 'print' in php?