Fixed bug #44519 (curl documentation lists CURLOPT_POSTFIELDS as string, should be mixed)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266871 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-10-01 08:37:21 +00:00
parent c2e9f2cc44
commit 0d71bfe706

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.30 $ -->
<!-- $Revision: 1.31 $ -->
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>curl_setopt</refname>
@ -783,7 +783,9 @@
<entry>
The full data to post in a HTTP "POST" operation.
To post a file, prepend a filename with <literal>@</literal> and
use the full path.
use the full path. This can either be passed as a urlencoded
string like 'para1=val1&para2=val2&...' or as an array with the
field name as key and field data as value.
</entry>
<entry>
</entry>