mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
XML fix for curl_file_create
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330522 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a3d25850f1
commit
4c476a5fba
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>postname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates a CURLFile object, used to upload a file with <constant>CURLOPT_POSTFIELDS</constant>.
|
||||
Creates a <classname>CURLFile</classname> object, used to upload a file with <constant>CURLOPT_POSTFIELDS</constant>.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a <type>CURLFile</type> object.
|
||||
Returns a <classname>CURLFile</classname> object.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue