Edit
by Ian Lin - 7 years ago (2017-07-11)
need php function to detect if user is on a mobile device or not
| php simple mobile detection |
Ask clarification
1 Recommendation
This class can detect mobile devices from request headers.
It can check the HTTP Accept request header and search for patterns that are used by mobile device browsers.
The class can also check first the values of specific GET or COOKIE request values to determine if the current device should be assumed to be mobile or not.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-07-11) Comment
all is yet in the name of the package.According to what you ask this should/could help you. |