API17

API17:JBrowser::hasFeature

From Joomla! Documentation

Joomla 11.1 JBrowser::hasFeature

Description

Check the current browser capabilities.


public function hasFeature ($feature)
Parameter Type Default Description
$feature string The capability to check.
  • Returns boolean Does the browser have the capability set?
  • Defined on line 752 of libraries/joomla/environment/browser.php

See also


User contributed notes

Code Examples