Example
A simple example of how to use MobileDetect library.
In the following example, we instantiate the MobileDetect
class which by default grabs the User-Agent string from $_SERVER
and then after calling $detect->isMobile()
it starts the detection process:
The try/catch
blocks are optional but they can catch special cases where your server env is missing $_SERVER
variables or the Cache system is throwing an exception.
Last updated