CakeFest 2024: The Official CakePHP Conference

VarnishLog::getTagName

(PECL varnish >= 0.6)

VarnishLog::getTagNameログのタグ文字列を、インデックスから取得する

説明

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

パラメータ

index

ログのタグのインデックス。

戻り値

ログのタグ名を文字列で返します。

add a note

User Contributed Notes

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