Lucee Function Reference
Function URLENCODE
encode a url
Example
urlencode(string string,[string charset,[boolean force]]):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
string | string | Yes | ||
charset | string | No | utf-8 | |
force | boolean | No | true |