| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| curl_unescape | version 1.0 | no |
| string curl_unescape(string url) |
| url | the encoded url |
|
URL decodes the given string.
This function will convert the given URL encoded input string to a "plain string" and return that as a new allocated string. All input characters that are URL encoded (%XX where XX is a two-digit hexadecimal number) will be converted to their plain text versions. |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:21 2013 GMT | (c)2013 Devronium Applications |