mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
parent
29a6cf968e
commit
62b8a4dd1c
@ -38,7 +38,7 @@ return that as a new allocated string. All input characters that are not a-z,
|
|||||||
A-Z or 0-9 will be converted to their "URL escaped" version (%NN where NN is a
|
A-Z or 0-9 will be converted to their "URL escaped" version (%NN where NN is a
|
||||||
two-digit hexadecimal number).
|
two-digit hexadecimal number).
|
||||||
|
|
||||||
If the \fBlengthf\fP argument is set to 0, curl_escape() will use strlen() on
|
If the \fBlength\fP argument is set to 0, curl_escape() will use strlen() on
|
||||||
the input \fBurl\fP string to find out the size.
|
the input \fBurl\fP string to find out the size.
|
||||||
|
|
||||||
You must \fIcurl_free(3)\fP the returned string when you are done with it.
|
You must \fIcurl_free(3)\fP the returned string when you are done with it.
|
||||||
|
Loading…
Reference in New Issue
Block a user