API15

JBrowser/getPlatform

From Joomla! Documentation

< API15:JBrowser
Revision as of 17: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)

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Return the currently matched platform.

[Edit Descripton]

Template:Description:JBrowser/getPlatform

Syntax[edit]

getPlatform()


Returns[edit]

string The user's platform.

Defined in[edit]

libraries/joomla/environment/browser.php

Importing[edit]

jimport( 'joomla.environment.browser' );

Source Body[edit]

function getPlatform()   {
    return $this->_platform;
}

[Edit See Also] Template:SeeAlso:JBrowser/getPlatform

Examples[edit]

<CodeExamplesForm />