PHP 8.1.28 Released!

VarnishAdmin::setParam

(PECL varnish >= 0.4)

VarnishAdmin::setParamSet configuration param on the current varnish instance

说明

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

参数

name

Varnish configuration param name.

value

Varnish configuration param value.

返回值

Returns the varnish command status.

add a note

User Contributed Notes

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