The VarnishAdmin class
 
 (PECL varnish >= 0.3)
  
  
   Class synopsis
   
    
    
     
      VarnishAdmin
     
     {
    
    
    
   public auth
    ( 
void
   ) : 
bool 
   public ban
    ( 
string $vcl_regex
   ) : 
int 
   public banUrl
    ( 
string $vcl_regex
   ) : 
int 
   public setHost
    ( 
string $host
   ) : 
void 
   public setIdent
    ( 
string $ident
   ) : 
void 
   public setParam
    ( 
string $name
   , 
string|integer $value
   ) : 
int 
   public setPort
    ( 
int $port
   ) : 
void 
   public start
    ( 
void
   ) : 
int 
   public stop
    ( 
void
   ) : 
int 
   }
 
   
 Table of Contents