IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

Recursive Property

Determines whether to ask the DNSServer to recursively query other servers.

Object Oriented Interface

public function getRecursive();
public function setRecursive($value);

Procedural Interface

ipworks_dns_get($res, 17 );
ipworks_dns_set($res, 17, $value );

Default Value

true

Remarks

If this property is true, the component will tell the DNS server to perform the query recursively. This means that if the DNS server does not have information about the Domain being queried, it will send the request to another DNS server.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]