API15:JBrowser/getPlatform/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Return the currently matched platform.
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; }
Examples
<CodeExamplesForm />
