프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$fixtureFile | |||
$operatingSystems | array | Known operating systems mapped to their internal short codes | |
$osFamilies | array | Operating system families mapped to the short codes of the associated operating systems | |
$parserName |
메소드 | 설명 | |
---|---|---|
getAvailableOperatingSystemFamilies ( ) : array | Returns all available operating system families | |
getAvailableOperatingSystems ( ) : array | Returns all available operating systems | |
getNameFromId ( $os, boolean $ver = false ) : boolean | string | Returns the full name for the given short name | |
getOsFamily ( $osLabel ) : boolean | string | Returns the operating system family for the given operating system | |
parse ( ) |
메소드 | 설명 | |
---|---|---|
parsePlatform ( ) |
public static getAvailableOperatingSystemFamilies ( ) : array | ||
리턴 | array |
public static getAvailableOperatingSystems ( ) : array | ||
리턴 | array |
public static getOsFamily ( $osLabel ) : boolean | string | ||
$osLabel | ||
리턴 | boolean | string | If false, "Unknown" |
protected static array $operatingSystems | ||
리턴 | array |
protected static array $osFamilies | ||
리턴 | array |