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:
Adam Scheller 2013-06-16 19:10:12 +00:00
parent a3d25850f1
commit 4c476a5fba

View file

@ -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>