Linux
extends Unix
in package
Diese Klasse stellt Systemfunktionen von GNU/Linux® zur Verfügung.
Aktuell ist dies eine 1:1 Kopie der Klasse Unix.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Tags
Table of Contents
Constants
- EOL = "\n"
- Zeilenumbruch des Systems
- LINUX = 'LINUX'
- Konstante des Betriebssystems
- UNIX = 'UNIX'
- Konstante des Betriebssystems
Methods
- __toString() : string
- Zeichekette LINUX
- getLoad() : integer
- CPU-Load
- getMACAddress() : MACAddress
- MAC-Adresse einer IP-Adresse ermitteln.
Constants
EOL
Zeilenumbruch des Systems
public
mixed
EOL
= "\n"
LINUX
Konstante des Betriebssystems
public
mixed
LINUX
= 'LINUX'
UNIX
Konstante des Betriebssystems
public
mixed
UNIX
= 'UNIX'
Methods
__toString()
Zeichekette LINUX
public
__toString() : string
Return values
stringgetLoad()
CPU-Load
public
static getLoad() : integer
Return values
integer —Load
getMACAddress()
MAC-Adresse einer IP-Adresse ermitteln.
public
static getMACAddress(IPAddress $ipAddress) : MACAddress
Parameters
- $ipAddress : IPAddress