PHP 7.0.6 Released

VarnishAdmin::ban

(PECL varnish >= 0.3)

VarnishAdmin::banBan URLs using a VCL expression

Description

public int VarnishAdmin::ban ( string $vcl_regex )

Parameters

vcl_regex

Varnish VCL expression. It's based on the varnish ban command.

Return Values

Returns the varnish command status.

User Contributed Notes

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