This commit is contained in:
fofolee
2019-04-28 19:00:34 +08:00
parent a895309fba
commit f782158fb7
4705 changed files with 471929 additions and 471947 deletions

View File

@@ -1,98 +1,98 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Write full DTD AttList tag</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.xmlwriter-write-dtd-attlist" class="refentry">
<div class="refnamediv">
<h1 class="refname">XMLWriter::writeDtdAttlist</h1>
<h1 class="refname">xmlwriter_write_dtd_attlist</h1>
<p class="verinfo">(PHP 5 &gt;= 5.1.2, PHP 7, PECL xmlwriter &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">XMLWriter::writeDtdAttlist</span> -- <span class="refname">xmlwriter_write_dtd_attlist</span> &mdash; <span class="dc-title">Write full DTD AttList tag</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.xmlwriter-write-dtd-attlist-description">
<h3 class="title">说明</h3>
<p class="para">面向对象风格</p>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>XMLWriter::writeDtdAttlist</strong></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$content</code></span>
) : <span class="type">bool</span></div>
<p class="para rdfs-comment">过程化风格</p>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>xmlwriter_write_dtd_attlist</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$xmlwriter</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$content</code></span>
) : <span class="type">bool</span></div>
<p class="para rdfs-comment">
Writes a DTD attribute list.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.xmlwriter-write-dtd-attlist-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">
xmlwriter</code></dt>
<dd>
<p class="para">仅用于过程调用。被修改的 XMLWriter <span class="type"><a href="language.types.resource.html" class="type resource">resource</a></span>。此资源来自于对 <span class="function"><a href="xmlwriter_open_uri.html" class="function">xmlwriter_open_uri()</a></span>
<span class="function"><a href="xmlwriter_open_memory.html" class="function">xmlwriter_open_memory()</a></span> 的调用。</p></dd>
<dt>
<code class="parameter">name</code></dt>
<dd>
<p class="para">
The name of the DTD attribute list.
</p>
</dd>
<dt>
<code class="parameter">content</code></dt>
<dd>
<p class="para">
The content of the DTD attribute list.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.xmlwriter-write-dtd-attlist-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
成功时返回 <strong><code>TRUE</code></strong> 或者在失败时返回 <strong><code>FALSE</code></strong>
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.xmlwriter-write-dtd-attlist-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="methodname"><a href="xmlwriter_start_dtd_attlist.html" class="methodname" rel="rdfs-seeAlso">XMLWriter::startDtdAttlist()</a> - Create start DTD AttList</span></li>
<li class="member"><span class="methodname"><a href="xmlwriter_end_dtd_attlist.html" class="methodname" rel="rdfs-seeAlso">XMLWriter::endDtdAttlist()</a> - End current DTD AttList</span></li>
</ul>
</p>
</div>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Write full DTD AttList tag</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.xmlwriter-write-dtd-attlist" class="refentry">
<div class="refnamediv">
<h1 class="refname">XMLWriter::writeDtdAttlist</h1>
<h1 class="refname">xmlwriter_write_dtd_attlist</h1>
<p class="verinfo">(PHP 5 &gt;= 5.1.2, PHP 7, PECL xmlwriter &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">XMLWriter::writeDtdAttlist</span> -- <span class="refname">xmlwriter_write_dtd_attlist</span> &mdash; <span class="dc-title">Write full DTD AttList tag</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.xmlwriter-write-dtd-attlist-description">
<h3 class="title">说明</h3>
<p class="para">面向对象风格</p>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>XMLWriter::writeDtdAttlist</strong></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$content</code></span>
) : <span class="type">bool</span></div>
<p class="para rdfs-comment">过程化风格</p>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>xmlwriter_write_dtd_attlist</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$xmlwriter</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$content</code></span>
) : <span class="type">bool</span></div>
<p class="para rdfs-comment">
Writes a DTD attribute list.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.xmlwriter-write-dtd-attlist-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">
xmlwriter</code></dt>
<dd>
<p class="para">仅用于过程调用。被修改的 XMLWriter <span class="type"><a href="language.types.resource.html" class="type resource">resource</a></span>。此资源来自于对 <span class="function"><a href="xmlwriter_open_uri.html" class="function">xmlwriter_open_uri()</a></span>
<span class="function"><a href="xmlwriter_open_memory.html" class="function">xmlwriter_open_memory()</a></span> 的调用。</p></dd>
<dt>
<code class="parameter">name</code></dt>
<dd>
<p class="para">
The name of the DTD attribute list.
</p>
</dd>
<dt>
<code class="parameter">content</code></dt>
<dd>
<p class="para">
The content of the DTD attribute list.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.xmlwriter-write-dtd-attlist-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
成功时返回 <strong><code>TRUE</code></strong> 或者在失败时返回 <strong><code>FALSE</code></strong>
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.xmlwriter-write-dtd-attlist-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="methodname"><a href="xmlwriter_start_dtd_attlist.html" class="methodname" rel="rdfs-seeAlso">XMLWriter::startDtdAttlist()</a> - Create start DTD AttList</span></li>
<li class="member"><span class="methodname"><a href="xmlwriter_end_dtd_attlist.html" class="methodname" rel="rdfs-seeAlso">XMLWriter::endDtdAttlist()</a> - End current DTD AttList</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>