phpDocumentor Net_DNS
[ class tree: Net_DNS ] [ index: Net_DNS ] [ all elements ]

Class: Net_DNS_RR_SOA

Source Location: /qp_plugins/basic_antispam_plugin/Net/DNS/RR/SOA.php

Class Net_DNS_RR_SOA

Property Summary
mixed   $class  
mixed   $expire  
mixed   $minimum  
mixed   $mname  
mixed   $name  
mixed   $rdata  
mixed   $rdlength  
mixed   $refresh  
mixed   $retry  
mixed   $rname  
mixed   $serial  
mixed   $ttl  
mixed   $type  

[ Top ]
Method Summary
Net_DNS_RR_SOA   Net_DNS_RR_SOA()  
void   rdatastr()  
void   rr_rdata()  

[ Top ]
Properties
mixed   $class [line 31]

Redefinition of:
Net_DNS_RR::$class

[ Top ]
mixed   $expire [line 40]

[ Top ]
mixed   $minimum [line 41]

[ Top ]
mixed   $mname [line 35]

[ Top ]
mixed   $name [line 29]

Redefinition of:
Net_DNS_RR::$name

[ Top ]
mixed   $rdata [line 34]

Redefinition of:
Net_DNS_RR::$rdata

[ Top ]
mixed   $rdlength [line 33]

Redefinition of:
Net_DNS_RR::$rdlength

[ Top ]
mixed   $refresh [line 38]

[ Top ]
mixed   $retry [line 39]

[ Top ]
mixed   $rname [line 36]

[ Top ]
mixed   $serial [line 37]

[ Top ]
mixed   $ttl [line 32]

Redefinition of:
Net_DNS_RR::$ttl

[ Top ]
mixed   $type [line 30]

Redefinition of:
Net_DNS_RR::$type

[ Top ]
Methods
Constructor Net_DNS_RR_SOA  [line 45]

  Net_DNS_RR_SOA Net_DNS_RR_SOA( &$rro, $data, [ $offset = '']  )

Parameters:
   &$rro: 
   $data: 
   $offset: 


[ Top ]
rdatastr  [line 94]

  void rdatastr( [ $pretty = 0]  )

Parameters:
   $pretty: 


Redefinition of:
Net_DNS_RR::rdatastr()

[ Top ]
rr_rdata  [line 116]

  void rr_rdata( $packet, $offset  )

Parameters:
   $packet: 
   $offset: 


Redefinition of:
Net_DNS_RR::rr_rdata()

[ Top ]