Concept Framework 1.0 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: Thu Oct 15 20:02:09 2009 GMT | (c)2009 RadGs Software |