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