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

ResolveNames Property

Determines whether the component resolves the host name for each host during the trace.

Object Oriented Interface

public function getResolveNames();
public function setResolveNames($value);

Procedural Interface

ipworks_traceroute_get($res, 12 );
ipworks_traceroute_set($res, 12, $value );

Default Value

false

Remarks

This property determines whether the class resolves the name of host at each "hop" during the trace. The default value is "False". Please note that the trace takes longer due to name resolution if this property is set to "True".

Data Type

Boolean

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