Difference between revisions of "JUtility::isWinOS"
From Joomla! Documentation
m (clean up) |
m (preparing for archive only) |
||
Line 4: | Line 4: | ||
Method to determine if the host OS is Windows. | Method to determine if the host OS is Windows. | ||
− | + | ||
<source lang="php"> | <source lang="php"> | ||
Line 17: | 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]] | ||
− | + | ||
===User contributed notes=== | ===User contributed notes=== | ||
− | + | === Code Examples === | |
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUtility::isWinOS | category=JUtility::isWinOS | ||
− | + | namespace=CodeExample | |
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 22:56, 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.
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
User contributed notes[edit]
Code Examples[edit]