API15:JBrowser/getPlatform
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Return the currently matched platform.
Description:JBrowser/getPlatform
Syntax
getPlatform()
Returns
string The user's platform.
Defined in
libraries/joomla/environment/browser.php
Importing
jimport( 'joomla.environment.browser' );
Source Body
function getPlatform() { return $this->_platform; }
[Edit See Also] SeeAlso:JBrowser/getPlatform
Examples
<CodeExamplesForm />
