VarnishLog::getTagName

(PECL varnish >= 0.6)

VarnishLog::getTagNameGet the log tag string representation by its index

Beschreibung

publicstaticVarnishLog::getTagName(int$index): string

Parameter-Liste

index

Log tag index.

Rückgabewerte

Returns the log tag name as String.

To Top