 |
|
Innovation award
 Nominee: 4x |
This class parses user agent identifier strings from browsers used by mobile devices to extract relevant information.
It recognizes many of the current mobile user agent identifier strings and processes them to extract their basic constituent parts, the most important being the mobile device vendor and model.
An useful application of this class is to use the extracted information to lookup vendor and model specific device characteristics in a database, or to detect if the visiting browser uses a certain type of mobile device.
Of course you could use user agent profiles for this, but not all mobile phones have (valid) user agent profiles, especially the older types of mobile phones.
This class was already verified to work correctly with over 2000 user agent strings.
 December 2004
Number 5
Prize: One subscription to the PDF edition of the magazine by PHP Architect |
The possibilities of mobile devices like cellular phones and palmtops vary a lot depending on the type of device, brand and model characteristics.
To take advantage of the possibilities of each type of device it is necessary to know which are the supported capabilities.
This class is capable of parsing the User-Agent identification string sent by the device browser application to the Web server. Then it extracts the relevant details that can be used to cross-check a database of device specific characteristics supplied by their vendors.
With this information it is possible to determine which capabilities can be used to deliver content or provide services to each type of mobile device that accesses a Web site.
Manuel Lemos |
| Project record: |
mobileuseragent |
| Popularity score: |
18.41 |
| Vitality score: |
55.47 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (77.5%) |
- |
Sufficient (72.5%) |
Not sure (50.0%) |
- |
Not sure (57.5%) |
1008 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Avoiding Duplicate Content for Mobile (Portuguese) |
A good tip for those who use PHP is to use a class called MobileUserAgent , which makes this verification was based on a list of mobile user-agents... |
| Info on Get Mobile User Agent using PHP |
If you are looking for a solution to reconize the create personalized services for mobile websites for different mobile devices, you may find the Get Mobile User Agent PHP class from PHP Classes - Class: MobileUserAgent... |
| |
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 |
|
|