Lucee Function Reference
Function ISLOCALHOST
Determines whether the specified IP address is the localhost.
Example
islocalhost(String ip):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| ip | String | Yes | Valid IP address. |