PHP 클래스 gui\OsDetector

This class is used to check to current OS
부터: 0.1
저자: Gabriel Couto @gabrielrcouto
파일 보기 프로젝트 열기: gabrielrcouto/php-gui 1 사용 예제들

공개 메소드들

메소드 설명
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