Mwnci lookupip() Function

Syntax

lookupip(string)

Description

The lookupip() function returns an array of that host’s IP addresses.

If no record is found, an empty array is returned

Example

println(lookupip("google.co.uk"))
println(lookupip("google.co.yewkay"))


["142.250.179.227", "2a00:1450:4009:81d::2003"]
[]