API17

Difference between revisions of "JUtility::isWinOS"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 17: Line 17:
 
boolean True if Windows OS.
 
boolean True if Windows OS.
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/utility.php
+
libraries/joomla/utilities/utility.php (line 149)
 +
* see source code in [[jplatform:utilities/utility.php#cl-149|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:32, 23 April 2011

The "API17" 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.

Joomla 11.1 JUtility::isWinOS[edit]

Description[edit]

Method to determine if the host OS is Windows.

Template:Description:JUtility::isWinOS [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JUtility::isWinOS ()

Returns[edit]

boolean True if Windows OS.

Defined in[edit]

libraries/joomla/utilities/utility.php (line 149)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JUtility::isWinOS

Examples[edit]

<CodeExamplesForm />