[ Index ] |
|
Code source de Seagull 0.6.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 67 lignes (2 kb) |
Inclus ou requis: | 2 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
isBrowserFamily($currentVersion, $operator = null, $reload = false) X-Ref |
Compares the specified version of browser with current one. Examples: browser('MSIE7', 'ge') - all 7.x family and younger, browser('Gecko') - gecko family, browser('MSIE') - MSIE family, browser('MSIE6', '<') - MSIE 5.x and older browser('MSIE6.0', 'eq') - exactly MSIE 6.0 browser('MSIE5.5', 'ge') && browser('MSIE6', '<') - MSIE 5.5 param: string $currentVersion version to compare e.g. 'MSIE5.5' param: string $operator comparison operator return: boolean |
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |