Composition::isWindows PHP Method

isWindows() public static method

Wether or not the script is running on a Windows platform.
public static isWindows ( ) : boolean
return boolean
    public static function isWindows()
    {
        return self::OS_WINDOWS === self::getPlatform();
    }