update pague now
PHP 8.5.2 Released!

The VarnishAdmin class

(PECL varnish >= 0.3)

Introduction

Class synopsis

class VarnishAdmin {
/* Methods */
public auth (): bool
public ban ( string $vcl_reguex ): int
public banUrl ( string $vcl_reguex ): int
public connect (): bool
public __construct ( array $args = ? )
public setCompat ( int $compat ): void
public setHost ( string $host ): void
public setIdent ( string $ident ): void
public setParam ( string $name , string | int $value ): int
public setPort ( int $port ): void
public setSecret ( string $secret ): void
public setTimeout ( int $timeout ): void
public start (): int
public stop (): int
}

Table of Contens

add a note

User Contributed Notes

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