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

Class: Net_DNS_RR_SRV

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

Class Net_DNS_RR_SRV

Property Summary
mixed   $class  
mixed   $name  
mixed   $port  
mixed   $preference  
mixed   $rdata  
mixed   $rdlength  
mixed   $target  
mixed   $ttl  
mixed   $type  
mixed   $weight  

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

[ Top ]
Properties
mixed   $class [line 31]

Redefinition of:
Net_DNS_RR::$class

[ Top ]
mixed   $name [line 29]

Redefinition of:
Net_DNS_RR::$name

[ Top ]
mixed   $port [line 37]

[ Top ]
mixed   $preference [line 35]

[ Top ]
mixed   $rdata [line 34]

Redefinition of:
Net_DNS_RR::$rdata

[ Top ]
mixed   $rdlength [line 33]

Redefinition of:
Net_DNS_RR::$rdlength

[ Top ]
mixed   $target [line 38]

[ Top ]
mixed   $ttl [line 32]

Redefinition of:
Net_DNS_RR::$ttl

[ Top ]
mixed   $type [line 30]

Redefinition of:
Net_DNS_RR::$type

[ Top ]
mixed   $weight [line 36]

[ Top ]
Methods
Constructor Net_DNS_RR_SRV  [line 42]

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

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


[ Top ]
rdatastr  [line 79]

  void rdatastr( )



Redefinition of:
Net_DNS_RR::rdatastr()

[ Top ]
rr_rdata  [line 89]

  void rr_rdata( $packet, $offset  )

Parameters:
   $packet: 
   $offset: 


Redefinition of:
Net_DNS_RR::rr_rdata()

[ Top ]