CakeFest 2024: The Official CakePHP Conference

VarnishLog::getTagName

(PECL varnish >= 0.6)

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

Descrição

public static VarnishLog::getTagName(int $index): string

Parâmetros

index

Log tag index.

Valor Retornado

Returns the log tag name as string.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top