Concept Framework 2.2 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: Sun Jan 27 18:15:21 2013 GMT(c)2013 Devronium Applications