CakeFest 2024: The Official CakePHP Conference

VarnishLog::getTagName

(PECL varnish >= 0.6)

VarnishLog::getTagNameObtener la etiqueta de registro representada por su índice

Descripción

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

Parámetros

index

Índice de etiqueta de registro.

Valores devueltos

Devuelve el nombre de la etiqueta de registro como un string.

add a note

User Contributed Notes

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