Documentation

GarbageCollectorStatus
in package

FinalYes
Tags
psalm-immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Properties

$applicationTime  : float|null
$bufferSize  : int|null
$collected  : int
$collectorTime  : float|null
$destructorTime  : float|null
$freeTime  : float|null
$full  : bool|null
$protected  : bool|null
$roots  : int
$running  : bool|null
$runs  : int
$threshold  : int

Methods

__construct()  : mixed
applicationTime()  : float
bufferSize()  : int
collected()  : int
collectorTime()  : float
destructorTime()  : float
freeTime()  : float
hasExtendedInformation()  : bool
isFull()  : bool
isProtected()  : bool
isRunning()  : bool
roots()  : int
runs()  : int
threshold()  : int

Properties

Methods

__construct()

public __construct(int $runs, int $collected, int $threshold, int $roots, float|null $applicationTime, float|null $collectorTime, float|null $destructorTime, float|null $freeTime, bool|null $running, bool|null $protected, bool|null $full, int|null $bufferSize) : mixed
Parameters
$runs : int
$collected : int
$threshold : int
$roots : int
$applicationTime : float|null
$collectorTime : float|null
$destructorTime : float|null
$freeTime : float|null
$running : bool|null
$protected : bool|null
$full : bool|null
$bufferSize : int|null

hasExtendedInformation()

public hasExtendedInformation() : bool
Tags
psalm-assert-if-true

!null $this->applicationTime

psalm-assert-if-true

!null $this->collectorTime

psalm-assert-if-true

!null $this->destructorTime

psalm-assert-if-true

!null $this->freeTime

psalm-assert-if-true

!null $this->running

psalm-assert-if-true

!null $this->protected

psalm-assert-if-true

!null $this->full

psalm-assert-if-true

!null $this->bufferSize

Return values
bool

        
On this page

Search results