Files
php-doc-ru/reference/curl/curlsharepersistenthandle.xml
Mikhail Alferov 646ac4e9b0 Update cURL to En (#1051)
* Create curlsharepersistenthandle.xml

* Create curl-share-init-persistent.xml

* Update book.xml to En

* Update curl-share-init.xml to En
2025-02-25 15:26:40 +03:00

84 lines
2.5 KiB
XML
Raw Permalink 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: 01d19a544891db839e36de8316e78f81de56c1ca Maintainer: malferov Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.curlsharepersistenthandle" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Класс CurlSharePersistentHandle</title>
<titleabbrev>CurlSharePersistentHandle</titleabbrev>
<partintro>
<!-- {{{ CurlSharePersistentHandle intro -->
<section xml:id="curlsharepersistenthandle.intro">
&reftitle.intro;
<simpara>
Класс представляет постоянный «разделяемый» дескриптор модуля cURL.
</simpara>
</section>
<!-- }}} -->
<section xml:id="curlsharepersistenthandle.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>CurlSharePersistentHandle</classname>
</ooclass>
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<modifier>readonly</modifier>
<type>array</type>
<varname linkend="curlsharepersistenthandle.props.options">options</varname>
</fieldsynopsis>
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ CurlSharePersistentHandle properties -->
<section xml:id="curlsharepersistenthandle.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="curlsharepersistenthandle.props.options">
<term><varname>options</varname></term>
<listitem>
<simpara>
Параметр принимает константы семейства <constant>CURL_LOCK_DATA_<replaceable>*</replaceable></constant>
общие для запросов кеши, с которыми работает текущий дескриптор.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
</partintro>
<!-- &reference.curl.entities.curlsharepersistenthandle; -->
</reference>
<!-- 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
-->