2024 日本 PHP 研討會

VarnishAdmin 類別

(PECL varnish >= 0.3)

簡介

類別概要

class VarnishAdmin {
/* 方法 */
public auth(): bool
public ban(string $vcl_regex): int
公開 banUrl(字串 $vcl_regex): 整數
公開 clearPanic(): 整數
公開 connect(): 布林值
公開 __construct(陣列 $args = ?)
公開 getPanic(): 字串
公開 getParams(): 陣列
公開 setCompat(整數 $compat):
公開 setHost(字串 $host):
公開 setIdent(字串 $ident):
公開 setParam(字串 $name, 字串|整數 $value): 整數
公開 setPort(整數 $port):
公開 setSecret(字串 $secret):
公開 setTimeout(整數 $timeout):
公開 start(): 整數
public stop(): int
}

目錄

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top