VarnishStat::getSnapshot
PHP Manual
PHP Manual»VarnishStat»VarnishStat::getSnapshot

VarnishStat::getSnapshot

(PECL varnish >= 0.3)

VarnishStat::getSnapshotGet the current varnish instance statistics snapshot

Опис

public function VarnishStat::getSnapshot(): array

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Array with the varnish statistic snapshot. The array keys are identical to that in the varnishstat tool.

To Top