Concept Framework 2.2 documentation Contents | Index

standard.net.curl.curl_unescape

Name Version Deprecated
curl_unescape version 1.0 no

Prototype:
string curl_unescape(string url)

Parameters:
url      the encoded url

Description:
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.

Returns:
Returns the decoded string.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:21 2013 GMT(c)2013 Devronium Applications