diff --git a/functions/curl.xml b/functions/curl.xml index d4ae536a65..8aa1eb37fa 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -233,7 +233,7 @@ curl_close ($ch); - CURLOPT_PUT: Set this option a non-zero + CURLOPT_PUT: Set this option to a non-zero value to HTTP PUT a file. The file to PUT must be set with the CURLOPT_INFILE and CURLOPT_INFILESIZE.