| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 412 lignes (13 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Browser_imode:: (12 méthodes):
Browser_imode()
getImageDimensions()
getTextDimensions()
getCache()
getManufacturer()
getExtra()
getImageFormats()
getColor()
getHTTPVersion()
isColor()
isGreyScale()
isBlackAndWhite()
Classe: Browser_imode - X-Ref
The Browser_imode:: class extends the Browser API by providing| Browser_imode($input) X-Ref |
| 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']); param: string $input The user agent to match. |
| getImageDimensions() X-Ref |
| Example usage: $imagedim = $ua->getImageDimensions(); $imagewidth = $imagedim[0]; $imageheight = $imagedim[1]; return: array The maximum imagewidth and imageheight that |
| getTextDimensions() X-Ref |
| Example usage: $textdim = $ua->getTextDimensions(); $textwidth = $textdim[0]; $textheight = $textdim[1]; return: array The Maximum textwidth and textheight that |
| getCache() X-Ref |
return: integer The amount of handset cache in kilobytes. |
| getManufacturer() X-Ref |
| Pas de description |
| getExtra() X-Ref |
| Pas de description |
| getImageFormats() X-Ref |
| Pas de description |
| getColor() X-Ref |
return: integer Which color model the handset supports. |
| getHTTPVersion() X-Ref |
| Pas de description |
| isColor() X-Ref |
| Pas de description |
| isGreyScale() X-Ref |
| Pas de description |
| isBlackAndWhite() X-Ref |
| Pas de description |
| Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |