Files
php-doc-ru/reference/curl/curlfile.xml
Sergey Panteleev 17848ee733 docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@349399 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 07:16:40 +00:00

124 lines
3.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 55640d87ac0a83a5577adce87c4958aa2d7a6865 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes -->
<!-- $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>Класс CURLFile</title>
<titleabbrev>CURLFile</titleabbrev>
<partintro>
<!-- {{{ CURLFile intro -->
<section xml:id="curlfile.intro">
&reftitle.intro;
<para>
<classname>CURLFile</classname> может быть использован для загрузки файла с
помощью опции <constant>CURLOPT_POSTFIELDS</constant>.
</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:methodsynopsis[1])" />
</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>Путь к файлу, который будет отправлен</para>
</listitem>
</varlistentry>
<varlistentry xml:id="curlfile.props.mime">
<term><varname>mime</varname></term>
<listitem>
<para>MIME-тип файла (по умолчанию <literal>application/octet-stream</literal>)</para>
</listitem>
</varlistentry>
<varlistentry xml:id="curlfile.props.postname">
<term><varname>postname</varname></term>
<listitem>
<para>Имя файла при отправке методом POST (по умолчанию <varname>name</varname>)</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
-->