Name
url:GetZoneID -- get zone ID part of URL (V2.0)
Synopsis
zoneid$ = url:GetZoneID([flags])
Function
Gets the zone ID from the specified URL object.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
flags
optional: combination of flags
Results
zoneid$
zone ID part of URL

Show TOC