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

Class: Net_DNS_Question

Source Location: /qp_plugins/basic_antispam_plugin/Net/DNS/Question.php

Class Net_DNS_Question

Class Overview

Builds or parses the QUESTION section of a DNS packet

Builds or parses the QUESTION section of a DNS packet

Located in /qp_plugins/basic_antispam_plugin/Net/DNS/Question.php [line 28]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
mixed   $qclass  
mixed   $qname  
mixed   $qtype  

[ Top ]
Method Summary
Net_DNS_Question   Net_DNS_Question()  
void   data()  
void   display()  
void   string()  

[ Top ]
Properties
mixed   $qclass = null [line 33]

[ Top ]
mixed   $qname = null [line 31]

[ Top ]
mixed   $qtype = null [line 32]

[ Top ]
Methods
Constructor Net_DNS_Question  [line 37]

  Net_DNS_Question Net_DNS_Question( $qname, $qtype, $qclass  )

Parameters:
   $qname: 
   $qtype: 
   $qclass: 


[ Top ]
data  [line 72]

  void data( $packet, $offset  )

Parameters:
   $packet: 
   $offset: 


[ Top ]
display  [line 58]

  void display( )



[ Top ]
string  [line 65]

  void string( )



[ Top ]