mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
mention the outlength argument
This commit is contained in:
parent
e4a4b562c4
commit
09e569f83d
@ -39,6 +39,10 @@ their binary versions.
|
|||||||
If the \fBlength\fP argument is set to 0 (zero), curl_easy_unescape() will use
|
If the \fBlength\fP argument is set to 0 (zero), curl_easy_unescape() will use
|
||||||
strlen() on the input \fIurl\fP string to find out the size.
|
strlen() on the input \fIurl\fP string to find out the size.
|
||||||
|
|
||||||
|
If \fBoutlength\fP is non-NULL, the function will write the length of the
|
||||||
|
returned string in the integer it points to. This allows an escaped string
|
||||||
|
containing %00 to still get used properly after unescaping.
|
||||||
|
|
||||||
You must \fIcurl_free(3)\fP the returned string when you're done with it.
|
You must \fIcurl_free(3)\fP the returned string when you're done with it.
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
Added in 7.15.4 and replaces the old curl_unescape() function.
|
Added in 7.15.4 and replaces the old curl_unescape() function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user