Difference between revisions of "JUtility::isWinOS"
From Joomla! Documentation
m (→See also: moving preparation) |
m (clean up) |
||
Line 4: | Line 4: | ||
Method to determine if the host OS is Windows. | Method to determine if the host OS is Windows. | ||
− | {{Description:JUtility::isWinOS}} | + | {{subst:Description:JUtility::isWinOS}} |
− | + | ||
− | |||
− | |||
<source lang="php"> | <source lang="php"> | ||
public static function isWinOS () | public static function isWinOS () | ||
Line 19: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]] | ||
* [[API17:JUtility::isWinOS|Other versions of JUtility::isWinOS]] | * [[API17:JUtility::isWinOS|Other versions of JUtility::isWinOS]] | ||
− | {{SeeAlso:JUtility::isWinOS}} | + | {{subst:SeeAlso:JUtility::isWinOS}} |
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 11:23, 24 March 2017
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.
{{subst:Description:JUtility::isWinOS}}
public static function isWinOS ()
- Returns boolean True if Windows OS.
- Defined on line 150 of libraries/joomla/utilities/utility.php
- Since
See also[edit]
JUtility::isWinOS source code on BitBucket
Class JUtility
Subpackage Utilities
- Other versions of JUtility::isWinOS
{{subst:SeeAlso:JUtility::isWinOS}}
User contributed notes[edit]
<CodeExamplesForm />