PHP Класс gui\OsDetector

This class is used to check to current OS
С версии: 0.1
Автор: Gabriel Couto @gabrielrcouto
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
isFreeBSD ( ) : boolean This method is used to check if the current OS is FreeBSD
isMacOS ( ) : boolean This method is used to check if the current OS is MacOs
isUnix ( ) : boolean This method is used to check if the current OS is Unix
isWindows ( ) : boolean This method is used to check if the current OS is Windows

Описание методов

isFreeBSD() публичный статический Метод

This method is used to check if the current OS is FreeBSD
public static isFreeBSD ( ) : boolean
Результат boolean

isMacOS() публичный статический Метод

This method is used to check if the current OS is MacOs
public static isMacOS ( ) : boolean
Результат boolean

isUnix() публичный статический Метод

This method is used to check if the current OS is Unix
public static isUnix ( ) : boolean
Результат boolean

isWindows() публичный статический Метод

This method is used to check if the current OS is Windows
public static isWindows ( ) : boolean
Результат boolean