Table of Contents
Properties
-
$stdout
: mixed
-
$messages
: array<string|int, mixed>
Methods
-
clearSysInfo()
: void
-
getAllSysInfo()
: array<string|int, mixed>
-
getLastSysInfo()
: string|null
-
write()
: mixed
$stdout
public
static mixed
$stdout
= \true
$messages
private
static array<string|int, mixed>
$messages
= []
clearSysInfo()
public
static clearSysInfo() : void
getAllSysInfo()
public
static getAllSysInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>
getLastSysInfo()
public
static getLastSysInfo() : string|null
Return values
string|null
write()
public
static write(mixed $type, mixed $message[, mixed $caller = null ][, mixed $backtrace = null ]) : mixed
Parameters
-
$type
: mixed
-
-
$message
: mixed
-
-
$caller
: mixed
= null
-
-
$backtrace
: mixed
= null
-