|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- $Revision$ --> |
| 3 | +<!-- EN-Revision: 01d19a544891db839e36de8316e78f81de56c1ca Maintainer: Luffy Status: ready --> |
| 4 | +<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"> |
| 5 | + <title>CurlSharePersistentHandle 类</title> |
| 6 | + <titleabbrev>CurlSharePersistentHandle</titleabbrev> |
| 7 | + |
| 8 | + <partintro> |
| 9 | + |
| 10 | + <!-- {{{ CurlSharePersistentHandle intro --> |
| 11 | + <section xml:id="curlsharepersistenthandle.intro"> |
| 12 | + &reftitle.intro; |
| 13 | + <simpara> |
| 14 | + 代表一个持久的 cURL "share" 句柄。 |
| 15 | + </simpara> |
| 16 | + </section> |
| 17 | + <!-- }}} --> |
| 18 | + |
| 19 | + <section xml:id="curlsharepersistenthandle.synopsis"> |
| 20 | + &reftitle.classsynopsis; |
| 21 | + |
| 22 | + <!-- {{{ Synopsis --> |
| 23 | + <classsynopsis class="class"> |
| 24 | + <ooclass> |
| 25 | + <modifier>final</modifier> |
| 26 | + <classname>CurlSharePersistentHandle</classname> |
| 27 | + </ooclass> |
| 28 | + |
| 29 | + <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo> |
| 30 | + <fieldsynopsis> |
| 31 | + <modifier>public</modifier> |
| 32 | + <modifier>readonly</modifier> |
| 33 | + <type>array</type> |
| 34 | + <varname linkend="curlsharepersistenthandle.props.options">options</varname> |
| 35 | + </fieldsynopsis> |
| 36 | + </classsynopsis> |
| 37 | + <!-- }}} --> |
| 38 | + |
| 39 | + </section> |
| 40 | + |
| 41 | + <!-- {{{ CurlSharePersistentHandle properties --> |
| 42 | + <section xml:id="curlsharepersistenthandle.props"> |
| 43 | + &reftitle.properties; |
| 44 | + <variablelist> |
| 45 | + <varlistentry xml:id="curlsharepersistenthandle.props.options"> |
| 46 | + <term><varname>options</varname></term> |
| 47 | + <listitem> |
| 48 | + <simpara>使用此句柄共享的 <constant>CURL_LOCK_DATA_<replaceable>*</replaceable></constant> 缓存。</simpara> |
| 49 | + </listitem> |
| 50 | + </varlistentry> |
| 51 | + </variablelist> |
| 52 | + </section> |
| 53 | + <!-- }}} --> |
| 54 | + |
| 55 | + |
| 56 | + </partintro> |
| 57 | + |
| 58 | + <!-- &reference.curl.entities.curlsharepersistenthandle; --> |
| 59 | + |
| 60 | +</reference> |
| 61 | + <!-- Keep this comment at the end of the file |
| 62 | + Local variables: |
| 63 | + mode: sgml |
| 64 | + sgml-omittag:t |
| 65 | + sgml-shorttag:t |
| 66 | + sgml-minimize-attributes:nil |
| 67 | + sgml-always-quote-attributes:t |
| 68 | + sgml-indent-step:1 |
| 69 | + sgml-indent-data:t |
| 70 | + indent-tabs-mode:nil |
| 71 | + sgml-parent-document:nil |
| 72 | + sgml-default-dtd-file:"~/.phpdoc/manual.ced" |
| 73 | + sgml-exposed-tags:nil |
| 74 | + sgml-local-catalogs:nil |
| 75 | + sgml-local-ecat-files:nil |
| 76 | + End: |
| 77 | + vim600: syn=xml fen fdm=syntax fdl=2 si |
| 78 | + vim: et tw=78 syn=sgml |
| 79 | + vi: ts=1 sw=1 |
| 80 | + --> |
0 commit comments