VarnishLog::getTagName

(PECL varnish >= 0.6)

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

Description

publicstaticVarnishLog::getTagName(int$index): string

Parameters

index

Log tag index.

Return Values

Returns the log tag name as string.

To Top