Net_DNS2
[ class tree: Net_DNS2 ] [ index: Net_DNS2 ] [ all elements ]

Class: Net_DNS2_RR_CDS

Source Location: /Net_DNS2-1.4.1/Net/DNS2/RR/CDS.php

Class Overview

Net_DNS2_RR
   |
   --Net_DNS2_RR_DS
      |
      --Net_DNS2_RR_CDS

The CDS RR is implemented exactly like the DS record, so for now we just extend the DS RR and use it.


Author(s):


Inherited Variables

Inherited Methods

Class: Net_DNS2_RR_DS

Net_DNS2_RR_DS::rrFromString()
parses the rdata portion from a standard DNS config line
Net_DNS2_RR_DS::rrGet()
returns the rdata portion of the DNS packet
Net_DNS2_RR_DS::rrSet()
parses the rdata of the Net_DNS2_Packet object
Net_DNS2_RR_DS::rrToString()
method to return the rdata portion of the packet as a string

Class: Net_DNS2_RR

Net_DNS2_RR::__construct()
Constructor - builds a new Net_DNS2_RR object
Net_DNS2_RR::buildString()
builds an array of strings from an array of chunks of text split by spaces
Net_DNS2_RR::cleanString()
cleans up some RR data
Net_DNS2_RR::formatString()
return a formatted string; if a string has spaces in it, then return it with double quotes around it, otherwise, return it as it was passed in.
Net_DNS2_RR::fromString()
parses a standard RR format lines, as defined by rfc1035 (kinda)
Net_DNS2_RR::get()
returns a binary packed DNS RR object
Net_DNS2_RR::parse()
parses a binary packet, and returns the appropriate Net_DNS2_RR object, based on the RR type of the binary content.
Net_DNS2_RR::rrFromString()
abstract definition - parses a RR from a standard DNS config line
Net_DNS2_RR::rrGet()
abstract definition - returns a binary packet DNS RR object
Net_DNS2_RR::rrSet()
abstract definition - sets a Net_DNS2_RR from a Net_DNS2_Packet object
Net_DNS2_RR::rrToString()
abstract definition - method to return a RR as a string; not to be confused with the __toString() magic method.
Net_DNS2_RR::set()
builds a new Net_DNS2_RR object
Net_DNS2_RR::__toString()
magic __toString() method to return the Net_DNS2_RR object object as a string

Class Details

[line 66]
The CDS RR is implemented exactly like the DS record, so for now we just extend the DS RR and use it.

http://www.rfc-editor.org/rfc/rfc7344.txt



[ Top ]


Documentation generated on Mon, 11 Mar 2019 16:01:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.