JBrowser::isViewable/1.5
From Joomla! Documentation
JBrowser::isViewable
Description
Determines if a browser can display a given MIME type.
Description:JBrowser::isViewable [Edit Descripton]
public function isViewable ($mimetype)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $mimetype | string | The MIME type to check. |
- Returns boolean True if the browser can display the MIME type.
- Defined on line 775 of libraries/joomla/environment/browser.php
See also
-
JBrowser::isViewable on api.joomla.org
-
JBrowser source code on JoomlaCode
-
Class JBrowser
-
Subpackage Environment
- Other versions of JBrowser::isViewable
SeeAlso:JBrowser::isViewable [Edit See Also]
User contributed notes
<CodeExamplesForm />