VarnishLog::getTagName

(PECL varnish >= 0.6)

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

Açıklama

publicstaticVarnishLog::getTagName(int$index): string

Bağımsız Değişkenler

index

Log tag index.

Dönen Değerler

Returns the log tag name as string.

To Top