Concept Framework 2.2 documentation Contents | Index

standard.net.curl.curl_easy_escape

Name Version Deprecated
curl_easy_escape version 1.0 no

Prototype:
string curl_easy_escape(number handle, string url)

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

Description:
URL encodes the given string.

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

Returns:
Returns the encoded string.

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