mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
81 lines
2.3 KiB
XML
81 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 01d19a544891db839e36de8316e78f81de56c1ca Maintainer: mumumu Status: ready -->
|
|
<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
|
|
-->
|