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

Element index for package File_DNS

[ a ] [ d ] [ e ] [ f ] [ i ] [ l ] [ p ] [ r ] [ s ] [ t ] [ v ]

a

apiVersion
in file DNS.php, method File_DNS::apiVersion()
    returns the API version
top

d

DNS.php
procedural page DNS.php
top

e

example.php
procedural page example.php
top

f

File_DNS
in file DNS.php, class File_DNS
    an RFC1033 style zonefile editor
FILE_DNS_FILE_READALL_FAILED
in file DNS.php, constant FILE_DNS_FILE_READALL_FAILED
    Cannot open file.
FILE_DNS_FILE_WRITE_FAILED
in file DNS.php, constant FILE_DNS_FILE_WRITE_FAILED
    Cannot save to file.
FILE_DNS_INVALID_DOMAIN
in file DNS.php, constant FILE_DNS_INVALID_DOMAIN
    Can't set domain. Invalid Domain name.
FILE_DNS_PARSEBACK_TIME_FAILED
in file DNS.php, constant FILE_DNS_PARSEBACK_TIME_FAILED
    Parsing seconds to 1X failed.
FILE_DNS_PARSE_RR_FAILED
in file DNS.php, constant FILE_DNS_PARSE_RR_FAILED
    RR Parse failed.
FILE_DNS_PARSE_SOA_FAILED
in file DNS.php, constant FILE_DNS_PARSE_SOA_FAILED
    SOA Parse Failed.
FILE_DNS_PARSE_TIME_FAILED
in file DNS.php, constant FILE_DNS_PARSE_TIME_FAILED
    Parsing 1X to seconds failed.
FILE_DNS_RENDER_NOT_LOADED
in file DNS.php, constant FILE_DNS_RENDER_NOT_LOADED
    Can't render, zone not loaded yet.
FILE_DNS_UPDATE_SOA_FAILED
in file DNS.php, constant FILE_DNS_UPDATE_SOA_FAILED
    Can't update/set SOA
free
in file DNS.php, method File_DNS::free()
    resets the object so one can load another file
top

i

isIP
in file DNS.php, method File_DNS::isIP()
    checks if a value is an IP address or not.
top

l

load
in file DNS.php, method File_DNS::load()
    cleans the object, then loads the specified zonefile.
top

p

parseFromSeconds
in file DNS.php, method File_DNS::parseFromSeconds()
    converts seconds to BIND-style timeout(1D, 2H, 15M).
parseToSeconds
in file DNS.php, method File_DNS::parseToSeconds()
    converts a BIND-style timeout(1D, 2H, 15M) to seconds.
top

r

raiseSerial
in file DNS.php, method File_DNS::raiseSerial()
    generate a new serial based on given one.
top

s

save
in file DNS.php, method File_DNS::save()
    saves the zonefile back to the file.
setDomainName
in file DNS.php, method File_DNS::setDomainName()
    sets the domain name of the currently loaded zone.
setMXPref
in file DNS.php, method File_DNS::setMXPref()
    sets the MX Preference of an MX record to the specified value.
setName
in file DNS.php, method File_DNS::setName()
    sets the name of a specific, or not so specific, record.
setSOAValue
in file DNS.php, method File_DNS::setSOAValue()
    sets a specific value in the SOA field.
setTTL
in file DNS.php, method File_DNS::setTTL()
    sets the TTL of a specific, or not so specific, record.
setValue
in file DNS.php, method File_DNS::setValue()
    sets the Value of a specific, or not so specific, record.
top

t

toString
in file DNS.php, method File_DNS::toString()
    returns a string with the zonefile generated from this object.
top

v

$version
in file DNS.php, variable File_DNS::$version
    package Version
top

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