From 1655239cfb91e43942c9668369ea4a498e997c98 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Thu, 28 Mar 2002 13:41:01 +0000 Subject: [PATCH] missing: to git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75597 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/curl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.