From 95246043de33b842bbea34598bca9ef5abe3a7a7 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Sat, 2 May 2009 13:40:14 +0000 Subject: [PATCH] Typo #Spotted by salathe git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279719 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index c1786b47b9..c8b9c79c21 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + curl_setopt @@ -1336,7 +1336,7 @@ Array &reftitle.notes; - Passing an array to CURLOPT_POST will + Passing an array to CURLOPT_POSTFIELDS will encode the data as multipart/form-data, while passing a URL-encoded string will encode the data as application/x-www-form-urlencoded.