Platform
Table of Contents
- $architecture : string|null
- Architecture represents the hardware architecture (for example,.
- $oS : string|null
- OS represents the Operating System (for example, `linux` or `windows`).
- getArchitecture() : string|null
- Architecture represents the hardware architecture (for example,.
- getOS() : string|null
- OS represents the Operating System (for example, `linux` or `windows`).
- setArchitecture() : self
- Architecture represents the hardware architecture (for example,.
- setOS() : self
- OS represents the Operating System (for example, `linux` or `windows`).
Properties
$architecture
Architecture represents the hardware architecture (for example,.
protected
string|null
$architecture
$oS
OS represents the Operating System (for example, `linux` or `windows`).
protected
string|null
$oS
Methods
getArchitecture()
Architecture represents the hardware architecture (for example,.
public
getArchitecture() : string|null
x86_64
).
Return values
string|null —getOS()
OS represents the Operating System (for example, `linux` or `windows`).
public
getOS() : string|null
Return values
string|null —setArchitecture()
Architecture represents the hardware architecture (for example,.
public
setArchitecture(string|null $architecture) : self
x86_64
).
Parameters
- $architecture : string|null
Return values
self —setOS()
OS represents the Operating System (for example, `linux` or `windows`).
public
setOS(string|null $oS) : self
Parameters
- $oS : string|null