Gentee Programming Language > Documentation > Libraries Download documentation

str.iurl

The method is used to parse a URL address.
 
uint str.iurl(
      str   host,
      str   port,
      str   path
)

Parameters

hostThe string for getting the host name.
portThe string for getting the port.
pathThe string for getting the relative path.

Return value

1 is returned if the FTP protocol was specified. Otherwise, 0 is returned.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.