PHP 7.0.6 Released

VarnishLog::getTagName

(PECL varnish >= 0.6)

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

Description

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

Parameters

index

Log tag index.

Return Values

Returns the log tag name as string.

User Contributed Notes

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