Core Function HostResolve

From Sputnik Wiki
Jump to: navigation, search
HostResolve( <host name> )

Contents

Description

Resolves a host name such as google.com into an IP address.

Parameters

<host name>

A host name to resolve such as "uberfox.no-ip.org" or "google.com" etc

Return Value

Success: Returns the resolved IP address as a string.

Failure: Returns empty string.

Remarks

None.

Example

println( HostResolve("uberfox.no-ip.org") );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox