PHP 7.0.6 Released

VarnishAdmin::setParam

(PECL varnish >= 0.4)

VarnishAdmin::setParamSet configuration param on the current varnish instance

Description

public int VarnishAdmin::setParam ( string $name , string|integer $value )

Parameters

name

Varnish configuration param name.

value

Varnish configuration param value.

Return Values

Returns the varnish command status.

User Contributed Notes

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