mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Missing <literal> -- sorry translators :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266883 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
24c2a96c9c
commit
bd745e24d0
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>curl_setopt</refname>
|
||||
|
@ -784,8 +784,8 @@
|
|||
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. 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.
|
||||
string like '<literal>para1=val1&para2=val2&...</literal>'
|
||||
or as an array with the field name as key and field data as value.
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue