diff --git a/reference/curl/functions/curl-unescape.xml b/reference/curl/functions/curl-unescape.xml index 09dfd2b673..fba87c12b5 100644 --- a/reference/curl/functions/curl-unescape.xml +++ b/reference/curl/functions/curl-unescape.xml @@ -4,7 +4,7 @@ curl_unescape - URL decodes the given string + Decodes the given URL encoded string @@ -15,11 +15,8 @@ stringstr - + This function decodes the given URL encoded string. - - &warn.undocumented.func; - @@ -30,7 +27,7 @@ str - + The URL encoded string to be decoded. @@ -40,7 +37,61 @@ &reftitle.returnvalues; - Return unescaped string&return.falseforfailure;. + Returns decoded string &return.falseforfailure;. + + + + + &reftitle.examples; + + + <function>curl_escape</function> example + + +]]> + + + + + + + &reftitle.notes; + + + curl_unescape does not decode plus symbols (+) into spaces. urldecode does. + + + + + + &reftitle.seealso; + + + curl_escape + urlencode + urldecode + rawurlencode + rawurldecode +