
Public Member Functions | |
| getType () | |
| Gets the OS type. | |
| getFlavor () | |
| Gets the most specific OS_* constant possible. | |
Public Attributes | |
| const | OS_UNKNOWN = 0 |
| Unknown operating system. | |
| const | OS_WINDOWS = 100 |
| Microsoft Windows OS. | |
| const | OS_MAC = 200 |
| Macintosh OS. | |
| const | OS_UNIX = 300 |
| Unix OS. | |
| const | OS_WINDOWS_UNKNOWN = 100 |
| Unknown Microsot Windows Version. | |
| const | OS_WINDOWS_95 = 101 |
| Microsoft Windows 95. | |
| const | OS_WINDOWS_98 = 102 |
| Microsoft Windows 98. | |
| const | OS_WINDOWS_ME = 103 |
| Microsoft Windows ME. | |
| const | OS_WINDOWS_2000 = 104 |
| Microsoft Windows 2000. | |
| const | OS_WINDOWS_2003 = 105 |
| Microsoft Windows 2003. | |
| const | OS_WINDOWS_XP = 106 |
| Microsoft Windows XP. | |
| const | OS_WINDOWS_VISTA = 107 |
| Microsoft Windows VISTA. | |
| const | OS_WINDOWS_CE = 108 |
| Microsoft Windows CE. | |
| const | OS_WINDOWS_NT = 109 |
| Microsoft Windows NT. | |
| const | OS_WINDOWS_7 = 110 |
| Microsoft Windows 7. | |
| const | OS_MAC_UNKNOWN = 200 |
| Unknown Macintosh Version. | |
| const | OS_MAC_OS9 = 201 |
| Mac OS 9. | |
| const | OS_MAC_OSX = 202 |
| Mac OS X. | |
| const | OS_UNIX_UNKNOWN = 300 |
| Unknown Unix Distro. | |
| const | OS_UNIX_DEBIAN = 301 |
| Debian. | |
| const | OS_UNIX_SLACKWARE = 302 |
| Slackware. | |
| const | OS_UNIX_GENTOO = 303 |
| Gentoo. | |
| const | OS_UNIX_UBUNTU = 304 |
| Ubuntu. | |
| const | OS_UNIX_FEDORA = 305 |
| Fedora. | |
| const | OS_UNIX_BSD = 306 |
| BSD. | |
Definition at line 6 of file IHttpClientOsInformation.interface.php.
| spunQ_IHttpClientOsInformation::getFlavor | ( | ) |
Gets the most specific OS_* constant possible.
Implemented in spunQ_HttpClientOsInformation.
| spunQ_IHttpClientOsInformation::getType | ( | ) |
Gets the OS type.
Implemented in spunQ_HttpClientOsInformation.
1.5.9