curl_unescape
Decodes the given URL encoded string
&reftitle.description;
stringfalsecurl_unescape
CurlHandlehandle
stringstring
This function decodes the given URL encoded string.
&reftitle.parameters;
&curl.ch.description;
string
The URL encoded string to be decoded.
&reftitle.returnvalues;
Returns decoded string &return.falseforfailure;.
&reftitle.changelog;
&Version;
&Description;
&curl.changelog.handle-param;
&reftitle.examples;
curl_escape example
]]>
&reftitle.notes;
curl_unescape does not decode plus symbols (+) into spaces. urldecode does.
&reftitle.seealso;
curl_escape
urlencode
urldecode
rawurlencode
rawurldecode