Concept Framework 1.0 documentation Contents | Index

standard.net.curl.curl_easy_unescape

Name Version Deprecated
curl_easy_unescape version 1.0 no

Prototype:
string curl_easy_unescape(number handle, string url)

Parameters:
handle      the CURL handle as returned by curl_easy_init
url      the url

Description:
URL decodes the given string.

This function converts the given URL encoded input string to a "plain string" and returns that in an allocated memory area. All input characters that are URL encoded (%XX where XX is a two-digit hexadecimal number) are converted to their binary versions.

Returns:
Returns the decoded string.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:09 2009 GMT(c)2009 RadGs Software