API15

API15:JBrowser/getPlatform

From Joomla! Documentation

Revision as of 22:19, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Return the currently matched platform. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowik...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Return the currently matched platform.

[Edit Descripton]

Template: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] Template:SeeAlso:JBrowser/getPlatform

Examples

<CodeExamplesForm />