getDevice(); //Zend_Debug::dump($device->getAllFeatures()); if (isset($device)) { print "
General informations"; print ""; print '
'; $wurfl = $device->getFeature("brand_name"); if (!$wurfl) { print "
no WURFL identification"; print '
'; } else { print "
WURFL capabilities"; print ""; print '
'; } print "
Full"; Zend_Debug::dump($device->getAllFeatures()); print '
'; } } $options = array( '', 'mobile, text, desktop', 'bot, mobile, validator, checker, console, offline, email, text', 'text, bot, validator, checker, console, offline, email' ); ?>

Query by providing the user agent:

look at http://www.useragentstring.com/pages/useragentstring.php or http://www.user-agents.org/

For mobile, look at http://en.wikipedia.org/wiki/List_of_user_agents_for_mobile_phones

Sequence : (DON'T FORGET TO CLEAN SESSION COOKIE)
User Agent :