[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/themes/ -> helpers.php (sommaire)

(pas de description)

Poids: 67 lignes (2 kb)
Inclus ou requis: 2 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 fonction

  isBrowserFamily()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

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