This class can detect mobile devices from request headers.
It can analyze the HTTP request user agent and accept headers to determine whether the user accessing the server is using a known mobile device.
The class can also redirect the request to a separate domain or sub-directory of the current domain if the user is using a mobile device.
It also supports special GET request parameters that when present will force the class treat the current request as coming from a mobile device or not.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
clsMobileDetection.php |
Class |
mobile detection class |
readme.txt |
Doc. |
Documentation / Explanation |
index.php |
Example |
example for redirect to subdomain, .mobi domain or subdirectory |
index2.php |
Example |
example for switch content in the same page |