diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 6479d74ebe..eaccfe0fc1 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + curl_setopt @@ -1332,6 +1332,18 @@ Array + + &reftitle.notes; + + + Passing an array to CURLOPT_POST + will encode the data as multipart/form-data, + while passing a URL-encoded string will encode the data as + application/x-www-form-urlencoded. + + + + &reftitle.seealso;