#Spotted by salathe


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279719 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2009-05-02 13:40:14 +00:00
parent 19983b84c4
commit 95246043de

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.42 $ -->
<!-- $Revision: 1.43 $ -->
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>curl_setopt</refname>
@ -1336,7 +1336,7 @@ Array
&reftitle.notes;
<note>
<para>
Passing an array to <constant>CURLOPT_POST</constant> will
Passing an array to <constant>CURLOPT_POSTFIELDS</constant> will
encode the data as <emphasis>multipart/form-data</emphasis>,
while passing a URL-encoded string will encode the data as
<emphasis>application/x-www-form-urlencoded</emphasis>.