mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo
#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:
parent
19983b84c4
commit
95246043de
1 changed files with 2 additions and 2 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue