|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($uname=null) | |
| _detectGlibcVersion () | |
| _matchFragment ($fragment, $value) | |
| getCpu () | |
| getExtra () | |
| getNodename () | |
| getRelease () | |
| getSignature () | |
| getSysname () | |
| matchSignature ($match) | |
| parseSignature ($uname=null) | |
Data Fields | |
| $cpu | |
| $extra | |
| $nodename | |
| $release | |
| $sysname | |
| OS_Guess::__construct | ( | $uname = null | ) |
Definition at line 101 of file Guess.php.
References parseSignature().
| OS_Guess::_detectGlibcVersion | ( | ) |
Definition at line 190 of file Guess.php.
References System\mktemp().
Referenced by parseSignature().
| OS_Guess::_matchFragment | ( | $fragment, | |
| $value | |||
| ) |
Definition at line 328 of file Guess.php.
Referenced by matchSignature().
| OS_Guess::matchSignature | ( | $match | ) |
Definition at line 308 of file Guess.php.
References _matchFragment().
| OS_Guess::parseSignature | ( | $uname = null | ) |
Definition at line 110 of file Guess.php.
References $cpu, $extra, $nodename, $release, $sysname, and _detectGlibcVersion().
Referenced by __construct().
| OS_Guess::$cpu |
Definition at line 97 of file Guess.php.
Referenced by getCpu(), and parseSignature().
| OS_Guess::$extra |
Definition at line 99 of file Guess.php.
Referenced by getExtra(), and parseSignature().
| OS_Guess::$nodename |
Definition at line 96 of file Guess.php.
Referenced by getNodename(), and parseSignature().
| OS_Guess::$release |
Definition at line 98 of file Guess.php.
Referenced by getRelease(), and parseSignature().
| OS_Guess::$sysname |
Definition at line 95 of file Guess.php.
Referenced by getSysname(), and parseSignature().