diff --git a/reference/curl/functions/curl-setopt-array.xml b/reference/curl/functions/curl-setopt-array.xml index 5a03a1be96..f51ecf33fb 100644 --- a/reference/curl/functions/curl-setopt-array.xml +++ b/reference/curl/functions/curl-setopt-array.xml @@ -1,5 +1,5 @@ - + curl_setopt_array @@ -104,6 +104,19 @@ if (!function_exists('curl_setopt_array')) { + + &reftitle.notes; + + + As with curl_setopt, 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;