The Browser_imode:: class extends the Browser API by providing specific information about Imode handsets.
$Horde: framework/Browser/Browser/imode.php,v 1.7.12.9 2009/01/06 15:22:55 jan Exp $
Copyright 2000-2007 Mika Tuupola Copyright 2002-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Browser/Browser/imode.php (line 18)
Device data. From http://www.nttdocomo.co.jp/i/tag/s5.html#5_1
Does not handle bogus user_agents or most of the other error situation properly yet.
Example usage: $ua = &new Browser_imode($_SERVEr['HTTP_USER_AGENT']);
Example usage:
$imagedim = $ua->getImageDimensions(); $imagewidth = $imagedim[0]; $imageheight = $imagedim[1];
Example usage:
$textdim = $ua->getTextDimensions(); $textwidth = $textdim[0]; $textheight = $textdim[1];
Documentation generated on Sun, 30 Jan 2011 05:18:29 +0000 by phpDocumentor 1.4.3