Posts Tagged ‘curl_unescape’

curl_unescape – URL decodes the given string
USAGE
#include <curl/curl.h>

char *curl_unescape( char *url, int length );

DESCRIPTION
This function will convert the given URL encoded input string to a
[...]

Thursday, August 27th, 2009 at 02:19 | Comments Off
Categories: c
TOP