JUtility::isWinOS
From Joomla! Documentation
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.
JUtility::isWinOS[edit]
Description[edit]
Method to determine if the host OS is Windows.
Template:Description:JUtility::isWinOS [Edit Descripton]
Since[edit]
Synopsis[edit]
public static JUtility::isWinOS ()
Returns[edit]
boolean True if Windows OS.
Defined in[edit]
libraries/joomla/utilities/utility.php (line 149)
- see source code in BitBucket
Referenced by[edit]
See also[edit]
Template:SeeAlso:JUtility::isWinOS
Examples[edit]
<CodeExamplesForm />