str.iurl
The method is used to parse a URL address.
method uint str.iurl (
str host,
str port,
str path
)
str host,
str port,
str path
)
Parameters
host | The string for getting the host name. |
port | The string for getting the port. |
path | The string for getting the relative path. |
Return value
1 is returned if the FTP protocol was specified. Otherwise, 0 is returned.
Related links | Source |