GetFieldValue Method
Get the value of the field indicated from a record.
Object Oriented Interface
public function doGetFieldValue($recordindex, $fieldname);
Procedural Interface
ipworks_dns_do_getfieldvalue($res, $recordindex, $fieldname);
Remarks
This method will get the value of the DNS record field specified by FieldName from the DNS record at RecordIndex. If no such field exists for that record type, the component fails with an error.