This commit is contained in:
fofolee
2019-04-08 23:22:26 +08:00
commit 7ca94f1141
5960 changed files with 530244 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
<!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>Create new xmlwriter using memory for string output</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.xmlwriter-open-memory" class="refentry">
<div class="refnamediv">
<h1 class="refname">XMLWriter::openMemory</h1>
<h1 class="refname">xmlwriter_open_memory</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::openMemory</span> -- <span class="refname">xmlwriter_open_memory</span> &mdash; <span class="dc-title">Create new xmlwriter using memory for string output</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.xmlwriter-open-memory-description">
<h3 class="title">说明</h3>
<p class="para">面向对象风格</p>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>XMLWriter::openMemory</strong></span>
( <span class="methodparam">void</span>
) : <span class="type">bool</span></div>
<p class="para rdfs-comment">过程化风格</p>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>xmlwriter_open_memory</strong></span>
( <span class="methodparam">void</span>
) : <span class="type">resource</span></div>
<p class="para rdfs-comment">
Creates a new <strong class="classname">XMLWriter</strong> using memory for string output.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.xmlwriter-open-memory-parameters">
<h3 class="title">参数</h3>
<p class="para">
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.xmlwriter-open-memory-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
面向对象风格: 成功时返回 <strong><code>TRUE</code></strong> 或者在失败时返回 <strong><code>FALSE</code></strong>
</p>
<p class="para">
过程化风格: Returns a new xmlwriter <a href="language.types.resource.html" class="link">资源(resource)</a> for later use with the
xmlwriter functions on success, <strong><code>FALSE</code></strong> on error.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.xmlwriter-open-memory-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="methodname"><a href="xmlwriter_open_uri.html" class="methodname" rel="rdfs-seeAlso">XMLWriter::openUri()</a> - Create new xmlwriter using source uri for output</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>