Concept Framework 2.0 documentation Contents | Index

standard.net.curl.curl_escape

Name Version Deprecated
curl_escape version 1.0 no

Prototype:
string curl_escape(string url)

Parameters:
url      the url

Description:
URL encodes the given string.
This function will convert the given input string to an URL encoded string and return that as a new allocated string. All input characters that are not a-z, A-Z or 0-9 will be converted to their "URL escaped" version (%NN where NN is a two-digit hexadecimal number).

Returns:
Returns the encoded url.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:24 2011 GMT(c)2011 RadGs Software