Documentation

IsIE

bool
IsIE()

Returns true, if the current visitor browser is "MS Internet Explorer", otherwise returns false.

Function parameters

No parameters.

Examples of use

<?
if (IsIE()) echo "You are using MS Internet Explorer";
?>


© «Bitrix24», 2001-2024
Up