mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c2e9f2cc44
commit
0d71bfe706
1 changed files with 4 additions and 2 deletions
|
@ -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¶2=val2&...' or as an array with the
|
||||
field name as key and field data as value.
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue