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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ]

a

$aa
in file Header.php, variable Net_DNS_Header::$aa
    The AA (authoritative answer) bit in a DNS packet header
$additional
in file Packet.php, variable Net_DNS_Packet::$additional
    An array of Net_DNS_RR ADDITIONAL objects
$address
in file A.php, variable Net_DNS_RR_A::$address
$address
in file AAAA.php, variable Net_DNS_RR_AAAA::$address
$altitude
in file LOC.php, variable Net_DNS_RR_LOC::$altitude
$ancount
in file Header.php, variable Net_DNS_Header::$ancount
    Number of answer RRs contained within the packet
$answer
in file Packet.php, variable Net_DNS_Packet::$answer
    An array of Net_DNS_RR ANSWER objects
$answerfrom
in file Packet.php, variable Net_DNS_Packet::$answerfrom
    The origin of the packet, if the packet is a server response.
$answerfrom
in file Resolver.php, variable Net_DNS_Resolver::$answerfrom
    The origin of the packet.
$answersize
in file Packet.php, variable Net_DNS_Packet::$answersize
    The size of the answer packet, if the packet is a server response.
$answersize
in file Resolver.php, variable Net_DNS_Resolver::$answersize
    The size of the answer packet.
$arcount
in file Header.php, variable Net_DNS_Header::$arcount
    Number of additional RRs within the packet
$authority
in file Packet.php, variable Net_DNS_Packet::$authority
    An array of Net_DNS_RR AUTHORITY objects
axfr
in file Resolver.php, method Net_DNS_Resolver::axfr()
    Performs an AXFR query (zone transfer)
axfr_next
in file Resolver.php, method Net_DNS_Resolver::axfr_next()
    Requests the next RR from a existing transfer started with axfr_start
axfr_old
in file Resolver.php, method Net_DNS_Resolver::axfr_old()
    Performs an AXFR query (zone transfer) (OLD BUGGY STYLE)
axfr_start
in file Resolver.php, method Net_DNS_Resolver::axfr_start()
    Sends a packet via TCP to the list of name servers.
A.php
procedural page A.php
AAAA.php
procedural page AAAA.php
top

b

buildQuestion
in file Packet.php, method Net_DNS_Packet::buildQuestion()
    Adds a DNS question to the DNS packet
top

c

$class
in file RP.php, variable Net_DNS_RR_RP::$class
$class
in file PTR.php, variable Net_DNS_RR_PTR::$class
$class
in file NS.php, variable Net_DNS_RR_NS::$class
$class
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$class
$class
in file RR.php, variable Net_DNS_RR::$class
$class
in file SOA.php, variable Net_DNS_RR_SOA::$class
$class
in file TXT.php, variable Net_DNS_RR_TXT::$class
$class
in file TSIG.php, variable Net_DNS_RR_TSIG::$class
$class
in file SRV.php, variable Net_DNS_RR_SRV::$class
$class
in file A.php, variable Net_DNS_RR_A::$class
$class
in file MX.php, variable Net_DNS_RR_MX::$class
$class
in file HINFO.php, variable Net_DNS_RR_HINFO::$class
$class
in file CNAME.php, variable Net_DNS_RR_CNAME::$class
$class
in file AAAA.php, variable Net_DNS_RR_AAAA::$class
$cname
in file CNAME.php, variable Net_DNS_RR_CNAME::$cname
$compnames
in file Packet.php, variable Net_DNS_Packet::$compnames
    A hash of compressed labels
$confpath
in file Resolver.php, variable Net_DNS_Resolver::$confpath
    A array of directories to search for the user's resolver config
$conv_deg
in file LOC.php, variable Net_DNS_RR_LOC::$conv_deg
$conv_min
in file LOC.php, variable Net_DNS_RR_LOC::$conv_min
$conv_sec
in file LOC.php, variable Net_DNS_RR_LOC::$conv_sec
$cpu
in file HINFO.php, variable Net_DNS_RR_HINFO::$cpu
classesbyname
in file DNS.php, method Net_DNS::classesbyname()
    translates a DNS class from it's name to it's integer value. Valid
classesbyval
in file DNS.php, method Net_DNS::classesbyval()
    Translates RR class integers into names
cname_addr
in file Resolver.php, method Net_DNS_Resolver::cname_addr()
CNAME.php
procedural page CNAME.php
top

d

$data
in file LOC.php, variable Net_DNS_RR_LOC::$data
$debug
in file Packet.php, variable Net_DNS_Packet::$debug
    debugging flag
$debug
in file Resolver.php, variable Net_DNS_Resolver::$debug
    debugging flag
$default_horiz_pre
in file LOC.php, variable Net_DNS_RR_LOC::$default_horiz_pre
$default_min
in file LOC.php, variable Net_DNS_RR_LOC::$default_min
$default_sec
in file LOC.php, variable Net_DNS_RR_LOC::$default_sec
$default_size
in file LOC.php, variable Net_DNS_RR_LOC::$default_size
$default_vert_pre
in file LOC.php, variable Net_DNS_RR_LOC::$default_vert_pre
$defnames
in file Resolver.php, variable Net_DNS_Resolver::$defnames
    Unknown
$degree_latitude
in file LOC.php, variable Net_DNS_RR_LOC::$degree_latitude
$degree_longitude
in file LOC.php, variable Net_DNS_RR_LOC::$degree_longitude
$dnsrch
in file Resolver.php, variable Net_DNS_Resolver::$dnsrch
    Unknown
$domain
in file Resolver.php, variable Net_DNS_Resolver::$domain
    The domain in which the resolver client host resides.
$dotfile
in file Resolver.php, variable Net_DNS_Resolver::$dotfile
    The name of the user defined resolv.conf
data
in file RR.php, method Net_DNS_RR::data()
data
in file Question.php, method Net_DNS_Question::data()
data
in file Packet.php, method Net_DNS_Packet::data()
    Build a packet from a Packet object hierarchy
data
in file Header.php, method Net_DNS_Header::data()
    Returns the binary data containing the properties of the header
display
in file RR.php, method Net_DNS_RR::display()
display
in file Header.php, method Net_DNS_Header::display()
    Displays the properties of the header.
display
in file Packet.php, method Net_DNS_Packet::display()
    Prints out the packet in a human readable formatted string
display
in file Question.php, method Net_DNS_Question::display()
dn_comp
in file Packet.php, method Net_DNS_Packet::dn_comp()
    DNS packet compression method
dn_expand
in file Packet.php, method Net_DNS_Packet::dn_expand()
    DNS packet decompression method
DNS.php
procedural page DNS.php
top

e

$error
in file TSIG.php, variable Net_DNS_RR_TSIG::$error
$errorstring
in file Resolver.php, variable Net_DNS_Resolver::$errorstring
    Contains the value of the last error returned by the resolver.
$ew_hem
in file LOC.php, variable Net_DNS_RR_LOC::$ew_hem
$exchange
in file MX.php, variable Net_DNS_RR_MX::$exchange
$expire
in file SOA.php, variable Net_DNS_RR_SOA::$expire
error
in file TSIG.php, method Net_DNS_RR_TSIG::error()
top

f

$flags
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$flags
$fudge
in file TSIG.php, variable Net_DNS_RR_TSIG::$fudge
factory
in file RR.php, method Net_DNS_RR::factory()
top

h

$header
in file Packet.php, variable Net_DNS_Packet::$header
    A packet Header object.
$HFIXEDSZ
in file DNS.php, variable Net_DNS::$HFIXEDSZ
$hp
in file LOC.php, variable Net_DNS_RR_LOC::$hp
hmac
in file TSIG.php, method Net_DNS_RR_TSIG::hmac()
hmac_md5
in file TSIG.php, method Net_DNS_RR_TSIG::hmac_md5()
Header.php
procedural page Header.php
HINFO.php
procedural page HINFO.php
top

i

$id
in file Header.php, variable Net_DNS_Header::$id
    The packet's request id
$igntc
in file Resolver.php, variable Net_DNS_Resolver::$igntc
    Ignore TC (truncated) bit
$INT16SZ
in file DNS.php, variable Net_DNS::$INT16SZ
$INT32SZ
in file DNS.php, variable Net_DNS::$INT32SZ
INT16SZ
in file Packet.php, class constant Net_DNS_Packet::INT16SZ
INT32SZ
in file Packet.php, class constant Net_DNS_Packet::INT32SZ
ipv6_compress
in file AAAA.php, method Net_DNS_RR_AAAA::ipv6_compress()
ipv6_decompress
in file AAAA.php, method Net_DNS_RR_AAAA::ipv6_decompress()
top

k

$key
in file TSIG.php, variable Net_DNS_RR_TSIG::$key
top

l

label_extract
in file Packet.php, method Net_DNS_Packet::label_extract()
    DNS packet decompression method
latlon2dms
in file LOC.php, method Net_DNS_RR_LOC::latlon2dms()
    Now with added side effects, setting values for the class, while returning a formatted string.
LOC.php
procedural page LOC.php
top

m

$mac
in file TSIG.php, variable Net_DNS_RR_TSIG::$mac
$mac_size
in file TSIG.php, variable Net_DNS_RR_TSIG::$mac_size
$mboxdname
in file RP.php, variable Net_DNS_RR_RP::$mboxdname
$minimum
in file SOA.php, variable Net_DNS_RR_SOA::$minimum
$min_latitude
in file LOC.php, variable Net_DNS_RR_LOC::$min_latitude
$min_longitude
in file LOC.php, variable Net_DNS_RR_LOC::$min_longitude
$mname
in file SOA.php, variable Net_DNS_RR_SOA::$mname
make_query_packet
in file Resolver.php, method Net_DNS_Resolver::make_query_packet()
    Unknown
MX.php
procedural page MX.php
top

n

$name
in file RP.php, variable Net_DNS_RR_RP::$name
$name
in file SRV.php, variable Net_DNS_RR_SRV::$name
$name
in file RR.php, variable Net_DNS_RR::$name
$name
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$name
$name
in file SOA.php, variable Net_DNS_RR_SOA::$name
$name
in file NS.php, variable Net_DNS_RR_NS::$name
$name
in file HINFO.php, variable Net_DNS_RR_HINFO::$name
$name
in file CNAME.php, variable Net_DNS_RR_CNAME::$name
$name
in file TXT.php, variable Net_DNS_RR_TXT::$name
$name
in file A.php, variable Net_DNS_RR_A::$name
$name
in file TSIG.php, variable Net_DNS_RR_TSIG::$name
$name
in file AAAA.php, variable Net_DNS_RR_AAAA::$name
$name
in file MX.php, variable Net_DNS_RR_MX::$name
$name
in file PTR.php, variable Net_DNS_RR_PTR::$name
$nameservers
in file Resolver.php, variable Net_DNS_Resolver::$nameservers
    An array of all nameservers to query
$nscount
in file Header.php, variable Net_DNS_Header::$nscount
    Number of authority RRs within the packet
$nsdname
in file NS.php, variable Net_DNS_RR_NS::$nsdname
$ns_hem
in file LOC.php, variable Net_DNS_RR_LOC::$ns_hem
nameservers
in file Resolver.php, method Net_DNS_Resolver::nameservers()
    Gets or sets the nameservers to be queried.
Net_DNS
in file DNS.php, class Net_DNS
    Initializes a resolver object
Net_DNS
in file DNS.php, method Net_DNS::Net_DNS()
    Initializes a resolver object
NAPTR.php
procedural page NAPTR.php
NS.php
procedural page NS.php
NET_DNS_DEFAULT_ALGORITHM
in file TSIG.php, constant NET_DNS_DEFAULT_ALGORITHM
    License Information:
NET_DNS_DEFAULT_FUDGE
in file TSIG.php, constant NET_DNS_DEFAULT_FUDGE
Net_DNS_Header
in file Header.php, method Net_DNS_Header::Net_DNS_Header()
    Initializes the default values for the Header object.
Net_DNS_Header
in file Header.php, class Net_DNS_Header
    Object representation of the HEADER section of a DNS packet
Net_DNS_Packet
in file Packet.php, class Net_DNS_Packet
    A object represation of a DNS packet (RFC1035)
Net_DNS_Packet
in file Packet.php, method Net_DNS_Packet::Net_DNS_Packet()
    Initalizes a Net_DNS_Packet object
Net_DNS_Question
in file Question.php, method Net_DNS_Question::Net_DNS_Question()
Net_DNS_Question
in file Question.php, class Net_DNS_Question
    Builds or parses the QUESTION section of a DNS packet
Net_DNS_Resolver
in file Resolver.php, method Net_DNS_Resolver::Net_DNS_Resolver()
    Initializes the Resolver Object
Net_DNS_Resolver
in file Resolver.php, class Net_DNS_Resolver
    A DNS Resolver library
Net_DNS_RR
in file RR.php, method Net_DNS_RR::Net_DNS_RR()
Net_DNS_RR
in file RR.php, class Net_DNS_RR
    Resource Record object definition
Net_DNS_RR_A
in file A.php, class Net_DNS_RR_A
    A representation of a resource record of type A
Net_DNS_RR_A
in file A.php, method Net_DNS_RR_A::Net_DNS_RR_A()
Net_DNS_RR_AAAA
in file AAAA.php, class Net_DNS_RR_AAAA
    A representation of a resource record of type AAAA
Net_DNS_RR_AAAA
in file AAAA.php, method Net_DNS_RR_AAAA::Net_DNS_RR_AAAA()
Net_DNS_RR_CNAME
in file CNAME.php, method Net_DNS_RR_CNAME::Net_DNS_RR_CNAME()
Net_DNS_RR_CNAME
in file CNAME.php, class Net_DNS_RR_CNAME
    A representation of a resource record of type CNAME
Net_DNS_RR_HINFO
in file HINFO.php, class Net_DNS_RR_HINFO
    A representation of a resource record of type HINFO
Net_DNS_RR_HINFO
in file HINFO.php, method Net_DNS_RR_HINFO::Net_DNS_RR_HINFO()
Net_DNS_RR_LOC
in file LOC.php, method Net_DNS_RR_LOC::Net_DNS_RR_LOC()
    class constructor - RR(&$rro, $data, $offset = '')
Net_DNS_RR_LOC
in file LOC.php, class Net_DNS_RR_LOC
    License Information:
Net_DNS_RR_MX
in file MX.php, class Net_DNS_RR_MX
    A representation of a resource record of type MX
Net_DNS_RR_MX
in file MX.php, method Net_DNS_RR_MX::Net_DNS_RR_MX()
Net_DNS_RR_NAPTR
in file NAPTR.php, method Net_DNS_RR_NAPTR::Net_DNS_RR_NAPTR()
Net_DNS_RR_NAPTR
in file NAPTR.php, class Net_DNS_RR_NAPTR
    A representation of a resource record of type NAPTR
Net_DNS_RR_NS
in file NS.php, method Net_DNS_RR_NS::Net_DNS_RR_NS()
Net_DNS_RR_NS
in file NS.php, class Net_DNS_RR_NS
    A representation of a resource record of type NS
Net_DNS_RR_PTR
in file PTR.php, method Net_DNS_RR_PTR::Net_DNS_RR_PTR()
Net_DNS_RR_PTR
in file PTR.php, class Net_DNS_RR_PTR
    A representation of a resource record of type PTR
Net_DNS_RR_RP
in file RP.php, class Net_DNS_RR_RP
    A representation of a resource record of type RP
Net_DNS_RR_RP
in file RP.php, method Net_DNS_RR_RP::Net_DNS_RR_RP()
Net_DNS_RR_SOA
in file SOA.php, method Net_DNS_RR_SOA::Net_DNS_RR_SOA()
Net_DNS_RR_SOA
in file SOA.php, class Net_DNS_RR_SOA
    A representation of a resource record of type SOA
Net_DNS_RR_SPF
in file SPF.php, class Net_DNS_RR_SPF
    A representation of a resource record of type SPF
Net_DNS_RR_SRV
in file SRV.php, method Net_DNS_RR_SRV::Net_DNS_RR_SRV()
Net_DNS_RR_SRV
in file SRV.php, class Net_DNS_RR_SRV
    A representation of a resource record of type SRV
Net_DNS_RR_TSIG
in file TSIG.php, method Net_DNS_RR_TSIG::Net_DNS_RR_TSIG()
Net_DNS_RR_TSIG
in file TSIG.php, class Net_DNS_RR_TSIG
    A representation of a resource record of type TSIG
Net_DNS_RR_TXT
in file TXT.php, class Net_DNS_RR_TXT
    A representation of a resource record of type TXT
Net_DNS_RR_TXT
in file TXT.php, method Net_DNS_RR_TXT::Net_DNS_RR_TXT()
new_from_array
in file RR.php, method Net_DNS_RR::new_from_array()
new_from_data
in file RR.php, method Net_DNS_RR::new_from_data()
new_from_string
in file RR.php, method Net_DNS_RR::new_from_string()
nextid
in file Resolver.php, method Net_DNS_Resolver::nextid()
    Returns the next request Id to be used for the DNS packet header
top

o

$offset
in file LOC.php, variable Net_DNS_RR_LOC::$offset
$opcode
in file Header.php, variable Net_DNS_Header::$opcode
    The OPCODE name of this packet.
$order
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$order
$original_id
in file TSIG.php, variable Net_DNS_RR_TSIG::$original_id
$os
in file HINFO.php, variable Net_DNS_RR_HINFO::$os
$other_data
in file TSIG.php, variable Net_DNS_RR_TSIG::$other_data
$other_len
in file TSIG.php, variable Net_DNS_RR_TSIG::$other_len
opcodesbyname
in file DNS.php, method Net_DNS::opcodesbyname()
    Translates opcode names to integers
opcodesbyval
in file DNS.php, method Net_DNS::opcodesbyval()
    Translates opcode integers into names
top

p

$PACKETSZ
in file DNS.php, variable Net_DNS::$PACKETSZ
$parsed
in file LOC.php, variable Net_DNS_RR_LOC::$parsed
$parsedfiles
in file Resolver.php, variable Net_DNS_Resolver::$parsedfiles
    An array of config files that have been read/parsed already and is used to ensure the usable config files are searched for only once.
$port
in file SRV.php, variable Net_DNS_RR_SRV::$port
$port
in file Resolver.php, variable Net_DNS_Resolver::$port
    The UDP port to use for the query (default = 53)
$preference
in file SRV.php, variable Net_DNS_RR_SRV::$preference
$preference
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$preference
$preference
in file MX.php, variable Net_DNS_RR_MX::$preference
$pretty_print_string
in file LOC.php, variable Net_DNS_RR_LOC::$pretty_print_string
$ptrdname
in file PTR.php, variable Net_DNS_RR_PTR::$ptrdname
Packet.php
procedural page Packet.php
PTR.php
procedural page PTR.php
parse
in file Packet.php, method Net_DNS_Packet::parse()
    Parses a DNS packet returned by a DNS server
parse
in file LOC.php, method Net_DNS_RR_LOC::parse()
    Net_DNS_RR_LOC::parse() Parses the $data field set in the constructor.
parse_question
in file Packet.php, method Net_DNS_Packet::parse_question()
    Parses the question section of a packet
parse_rr
in file Packet.php, method Net_DNS_Packet::parse_rr()
    Parses a resource record section of a packet
precsize_ntoval
in file LOC.php, method Net_DNS_RR_LOC::precsize_ntoval()
precsize_valton
in file LOC.php, method Net_DNS_RR_LOC::precsize_valton()
printhex
in file Resolver.php, method Net_DNS_Resolver::printhex()
    Prints packet data as hex code.
top

q

$qclass
in file Question.php, variable Net_DNS_Question::$qclass
$qdcount
in file Header.php, variable Net_DNS_Header::$qdcount
    Number of questions contained within the packet
$QFIXEDSZ
in file DNS.php, variable Net_DNS::$QFIXEDSZ
$qname
in file Question.php, variable Net_DNS_Question::$qname
$qr
in file Header.php, variable Net_DNS_Header::$qr
    The QR bit in a DNS packet header
$qtype
in file Question.php, variable Net_DNS_Question::$qtype
$question
in file Packet.php, variable Net_DNS_Packet::$question
    An array of Net_DNS_Question objects
Question.php
procedural page Question.php
query
in file Resolver.php, method Net_DNS_Resolver::query()
    Queries nameservers for an answer
top

r

$ra
in file Header.php, variable Net_DNS_Header::$ra
    The RA (recursion available) bit in a DNS packet header
$raw_alt
in file LOC.php, variable Net_DNS_RR_LOC::$raw_alt
$raw_latitude
in file LOC.php, variable Net_DNS_RR_LOC::$raw_latitude
$raw_longitude
in file LOC.php, variable Net_DNS_RR_LOC::$raw_longitude
$rcode
in file Header.php, variable Net_DNS_Header::$rcode
    The RCODE name for this packet.
$rd
in file Header.php, variable Net_DNS_Header::$rd
    The RD (recursion desired) bit in a DNS packet header
$rdata
in file RR.php, variable Net_DNS_RR::$rdata
$rdata
in file MX.php, variable Net_DNS_RR_MX::$rdata
$rdata
in file SOA.php, variable Net_DNS_RR_SOA::$rdata
$rdata
in file AAAA.php, variable Net_DNS_RR_AAAA::$rdata
$rdata
in file PTR.php, variable Net_DNS_RR_PTR::$rdata
$rdata
in file TXT.php, variable Net_DNS_RR_TXT::$rdata
$rdata
in file HINFO.php, variable Net_DNS_RR_HINFO::$rdata
$rdata
in file RP.php, variable Net_DNS_RR_RP::$rdata
$rdata
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$rdata
$rdata
in file CNAME.php, variable Net_DNS_RR_CNAME::$rdata
$rdata
in file TSIG.php, variable Net_DNS_RR_TSIG::$rdata
$rdata
in file NS.php, variable Net_DNS_RR_NS::$rdata
$rdata
in file SRV.php, variable Net_DNS_RR_SRV::$rdata
$rdata
in file A.php, variable Net_DNS_RR_A::$rdata
$rdlength
in file MX.php, variable Net_DNS_RR_MX::$rdlength
$rdlength
in file NS.php, variable Net_DNS_RR_NS::$rdlength
$rdlength
in file PTR.php, variable Net_DNS_RR_PTR::$rdlength
$rdlength
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$rdlength
$rdlength
in file TXT.php, variable Net_DNS_RR_TXT::$rdlength
$rdlength
in file A.php, variable Net_DNS_RR_A::$rdlength
$rdlength
in file RP.php, variable Net_DNS_RR_RP::$rdlength
$rdlength
in file TSIG.php, variable Net_DNS_RR_TSIG::$rdlength
$rdlength
in file SOA.php, variable Net_DNS_RR_SOA::$rdlength
$rdlength
in file SRV.php, variable Net_DNS_RR_SRV::$rdlength
$rdlength
in file CNAME.php, variable Net_DNS_RR_CNAME::$rdlength
$rdlength
in file AAAA.php, variable Net_DNS_RR_AAAA::$rdlength
$rdlength
in file HINFO.php, variable Net_DNS_RR_HINFO::$rdlength
$rdlength
in file RR.php, variable Net_DNS_RR::$rdlength
$recurse
in file Resolver.php, variable Net_DNS_Resolver::$recurse
    Recursion Desired
$reference_alt
in file LOC.php, variable Net_DNS_RR_LOC::$reference_alt
$reference_latlon
in file LOC.php, variable Net_DNS_RR_LOC::$reference_latlon
$refresh
in file SOA.php, variable Net_DNS_RR_SOA::$refresh
$regex
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$regex
$replacement
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$replacement
$resolver
in file DNS.php, variable Net_DNS::$resolver
    A default resolver object created on instantiation
$resolv_conf
in file Resolver.php, variable Net_DNS_Resolver::$resolv_conf
    The location of the system resolv.conf file.
$retrans
in file Resolver.php, variable Net_DNS_Resolver::$retrans
    The number of seconds between retransmission of unaswered queries
$retry
in file Resolver.php, variable Net_DNS_Resolver::$retry
    The number of times unanswered requests should be retried
$retry
in file SOA.php, variable Net_DNS_RR_SOA::$retry
$rname
in file SOA.php, variable Net_DNS_RR_SOA::$rname
$RRFIXEDSZ
in file DNS.php, variable Net_DNS::$RRFIXEDSZ
Resolver.php
procedural page Resolver.php
RP.php
procedural page RP.php
RR.php
procedural page RR.php
rawQuery
in file Resolver.php, method Net_DNS_Resolver::rawQuery()
    Queries nameservers for an answer
rcodesbyname
in file DNS.php, method Net_DNS::rcodesbyname()
    Translates rcode names to integers
rcodesbyval
in file DNS.php, method Net_DNS::rcodesbyval()
    Translates rcode integers into names
rdata
in file RR.php, method Net_DNS_RR::rdata()
rdatastr
in file HINFO.php, method Net_DNS_RR_HINFO::rdatastr()
rdatastr
in file NS.php, method Net_DNS_RR_NS::rdatastr()
rdatastr
in file SRV.php, method Net_DNS_RR_SRV::rdatastr()
rdatastr
in file RR.php, method Net_DNS_RR::rdatastr()
rdatastr
in file SOA.php, method Net_DNS_RR_SOA::rdatastr()
rdatastr
in file RP.php, method Net_DNS_RR_RP::rdatastr()
rdatastr
in file CNAME.php, method Net_DNS_RR_CNAME::rdatastr()
rdatastr
in file TSIG.php, method Net_DNS_RR_TSIG::rdatastr()
rdatastr
in file TXT.php, method Net_DNS_RR_TXT::rdatastr()
rdatastr
in file PTR.php, method Net_DNS_RR_PTR::rdatastr()
rdatastr
in file A.php, method Net_DNS_RR_A::rdatastr()
rdatastr
in file NAPTR.php, method Net_DNS_RR_NAPTR::rdatastr()
rdatastr
in file MX.php, method Net_DNS_RR_MX::rdatastr()
rdatastr
in file AAAA.php, method Net_DNS_RR_AAAA::rdatastr()
rdatastr
in file LOC.php, method Net_DNS_RR_LOC::rdatastr()
read_config
in file Resolver.php, method Net_DNS_Resolver::read_config()
    Reads and parses a resolver configuration file
read_env
in file Resolver.php, method Net_DNS_Resolver::read_env()
    Examines the environment for resolver config information
read_tcp
in file Resolver.php, method Net_DNS_Resolver::read_tcp()
    Unknown - not ported yet
res_init
in file Resolver.php, method Net_DNS_Resolver::res_init()
    Initalizes the resolver library
rr_rdata
in file TSIG.php, method Net_DNS_RR_TSIG::rr_rdata()
rr_rdata
in file MX.php, method Net_DNS_RR_MX::rr_rdata()
rr_rdata
in file A.php, method Net_DNS_RR_A::rr_rdata()
rr_rdata
in file TXT.php, method Net_DNS_RR_TXT::rr_rdata()
rr_rdata
in file LOC.php, method Net_DNS_RR_LOC::rr_rdata()
rr_rdata
in file NAPTR.php, method Net_DNS_RR_NAPTR::rr_rdata()
rr_rdata
in file PTR.php, method Net_DNS_RR_PTR::rr_rdata()
rr_rdata
in file RP.php, method Net_DNS_RR_RP::rr_rdata()
rr_rdata
in file RR.php, method Net_DNS_RR::rr_rdata()
rr_rdata
in file NS.php, method Net_DNS_RR_NS::rr_rdata()
rr_rdata
in file SOA.php, method Net_DNS_RR_SOA::rr_rdata()
rr_rdata
in file CNAME.php, method Net_DNS_RR_CNAME::rr_rdata()
rr_rdata
in file SRV.php, method Net_DNS_RR_SRV::rr_rdata()
rr_rdata
in file HINFO.php, method Net_DNS_RR_HINFO::rr_rdata()
rr_rdata
in file AAAA.php, method Net_DNS_RR_AAAA::rr_rdata()
top

s

$searchlist
in file Resolver.php, variable Net_DNS_Resolver::$searchlist
    The searchlist to apply to unqualified hosts
$sec_latitude
in file LOC.php, variable Net_DNS_RR_LOC::$sec_latitude
$sec_longitude
in file LOC.php, variable Net_DNS_RR_LOC::$sec_longitude
$serial
in file SOA.php, variable Net_DNS_RR_SOA::$serial
$services
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$services
$size
in file LOC.php, variable Net_DNS_RR_LOC::$size
$stayopen
in file Resolver.php, variable Net_DNS_Resolver::$stayopen
    Unknown
SOA.php
procedural page SOA.php
SPF.php
procedural page SPF.php
SRV.php
procedural page SRV.php
search
in file Resolver.php, method Net_DNS_Resolver::search()
    Searches nameservers for an answer
send
in file Resolver.php, method Net_DNS_Resolver::send()
    Sends a packet to a nameserver
send_tcp
in file Resolver.php, method Net_DNS_Resolver::send_tcp()
    Sends a packet via TCP to the list of name servers.
send_udp
in file Resolver.php, method Net_DNS_Resolver::send_udp()
    Sends a packet via UDP to the list of name servers.
send_udp_no_sock_lib
in file Resolver.php, method Net_DNS_Resolver::send_udp_no_sock_lib()
    Sends a packet via UDP to the list of name servers.
send_udp_with_sock_lib
in file Resolver.php, method Net_DNS_Resolver::send_udp_with_sock_lib()
    Sends a packet via UDP to the list of name servers.
set_nameservers
in file Resolver.php, method Net_DNS_Resolver::set_nameservers()
string
in file Question.php, method Net_DNS_Question::string()
string
in file Packet.php, method Net_DNS_Packet::string()
    Builds a human readable formatted string representing a packet
string
in file Resolver.php, method Net_DNS_Resolver::string()
    Builds a string containing the current state of the resolver
string
in file RR.php, method Net_DNS_RR::string()
string
in file Header.php, method Net_DNS_Header::string()
    Returns a formatted string containing the properties of the header.
top

t

$target
in file SRV.php, variable Net_DNS_RR_SRV::$target
$tc
in file Header.php, variable Net_DNS_Header::$tc
    The TC (truncated) bit in a DNS packet header
$tcp_timeout
in file Resolver.php, variable Net_DNS_Resolver::$tcp_timeout
    The number of seconds after which a TCP connection should timeout
$text
in file TXT.php, variable Net_DNS_RR_TXT::$text
$time_signed
in file TSIG.php, variable Net_DNS_RR_TSIG::$time_signed
$ttl
in file NS.php, variable Net_DNS_RR_NS::$ttl
$ttl
in file SRV.php, variable Net_DNS_RR_SRV::$ttl
$ttl
in file RR.php, variable Net_DNS_RR::$ttl
$ttl
in file RP.php, variable Net_DNS_RR_RP::$ttl
$ttl
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$ttl
$ttl
in file PTR.php, variable Net_DNS_RR_PTR::$ttl
$ttl
in file A.php, variable Net_DNS_RR_A::$ttl
$ttl
in file MX.php, variable Net_DNS_RR_MX::$ttl
$ttl
in file TXT.php, variable Net_DNS_RR_TXT::$ttl
$ttl
in file AAAA.php, variable Net_DNS_RR_AAAA::$ttl
$ttl
in file TSIG.php, variable Net_DNS_RR_TSIG::$ttl
$ttl
in file CNAME.php, variable Net_DNS_RR_CNAME::$ttl
$ttl
in file HINFO.php, variable Net_DNS_RR_HINFO::$ttl
$ttl
in file SOA.php, variable Net_DNS_RR_SOA::$ttl
$txtdname
in file RP.php, variable Net_DNS_RR_RP::$txtdname
$type
in file TXT.php, variable Net_DNS_RR_TXT::$type
$type
in file SOA.php, variable Net_DNS_RR_SOA::$type
$type
in file SRV.php, variable Net_DNS_RR_SRV::$type
$type
in file TSIG.php, variable Net_DNS_RR_TSIG::$type
$type
in file PTR.php, variable Net_DNS_RR_PTR::$type
$type
in file CNAME.php, variable Net_DNS_RR_CNAME::$type
$type
in file AAAA.php, variable Net_DNS_RR_AAAA::$type
$type
in file A.php, variable Net_DNS_RR_A::$type
$type
in file RR.php, variable Net_DNS_RR::$type
$type
in file HINFO.php, variable Net_DNS_RR_HINFO::$type
$type
in file NAPTR.php, variable Net_DNS_RR_NAPTR::$type
$type
in file NS.php, variable Net_DNS_RR_NS::$type
$type
in file RP.php, variable Net_DNS_RR_RP::$type
$type
in file MX.php, variable Net_DNS_RR_MX::$type
TSIG.php
procedural page TSIG.php
TXT.php
procedural page TXT.php
typesbyname
in file DNS.php, method Net_DNS::typesbyname()
    Translates RR type names into integers
typesbyval
in file DNS.php, method Net_DNS::typesbyval()
    Translates RR type integers into names
top

u

$useEnhancedSockets
in file Resolver.php, variable Net_DNS_Resolver::$useEnhancedSockets
    use the (currently) experimental PHP socket library
$usevc
in file Resolver.php, variable Net_DNS_Resolver::$usevc
    Whether or not to use TCP (Virtual Circuits) instead of UDP
top

v

$VERSION
in file DNS.php, variable Net_DNS::$VERSION
$version
in file LOC.php, variable Net_DNS_RR_LOC::$version
$vp
in file LOC.php, variable Net_DNS_RR_LOC::$vp
top

w

$weight
in file SRV.php, variable Net_DNS_RR_SRV::$weight
top

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