php-doc-en/reference/curl/curlfile.xml
Christoph Michael Becker db870c9481 curl_file_create() is not a method of CURLFile
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351642 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-25 13:30:11 +00:00

131 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:classref xml:id="class.curlfile" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The CURLFile class</title>
<titleabbrev>CURLFile</titleabbrev>
<partintro>
<!-- {{{ CURLFile intro -->
<section xml:id="curlfile.intro">
&reftitle.intro;
<para>
<classname>CURLFile</classname> should be used to upload a file with
<constant>CURLOPT_POSTFIELDS</constant>.
</para>
<para>
Unserialization of <classname>CURLFile</classname> instances is not allowed.
As of PHP 7.4.0, serialization is forbidden in the first place.
</para>
</section>
<!-- }}} -->
<section xml:id="curlfile.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>CURLFile</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>CURLFile</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<type>mixed</type>
<varname linkend="curlfile.props.name">name</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>mixed</type>
<varname linkend="curlfile.props.mime">mime</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>mixed</type>
<varname linkend="curlfile.props.postname">postname</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:fallback />
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ CURLFile properties -->
<section xml:id="curlfile.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="curlfile.props.name">
<term><varname>name</varname></term>
<listitem>
<para>Name of the file to be uploaded.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="curlfile.props.mime">
<term><varname>mime</varname></term>
<listitem>
<para>MIME type of the file (default is <literal>application/octet-stream</literal>).</para>
</listitem>
</varlistentry>
<varlistentry xml:id="curlfile.props.postname">
<term><varname>postname</varname></term>
<listitem>
<para>The name of the file in the upload data (defaults to the <varname>name</varname> property).</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
<section xml:id="curlfile.seealso">
&reftitle.seealso;
<para>
<simplelist>
<member>
<function>curl_setopt</function>
</member>
</simplelist>
</para>
</section>
</partintro>
&reference.curl.entities.curlfile;
</phpdoc:classref>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->