RecordTTL Property
This property contains the record Time To Live (TTL) value.
Object Oriented Interface
public function getRecordTTL($recordindex);
Procedural Interface
ipworks_dns_get($res, 15 , $recordindex);
Default Value
0
Remarks
This property contains the record Time To Live (TTL) value. The TTL specifies the time interval in seconds that the record is valid, or the time interval that the record can be cached before the DNS server should be queried again.
The size of the array is controlled by the RecordCount property.
This property is read-only and not available at design time.
Data Type
Long