Source of: /manual/pt_BR/function.xmlwriter-end-dtd-entity.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.xmlwriter.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'pt_BR',
),
'this' =>
array (
0 => 'function.xmlwriter-end-dtd-entity.php',
1 => 'XMLWriter::endDTDEntity',
),
'up' =>
array (
0 => 'ref.xmlwriter.php',
1 => 'XMLWriter Funções',
),
'prev' =>
array (
0 => 'function.xmlwriter-end-dtd-element.php',
1 => 'XMLWriter::endDTDElement',
),
'next' =>
array (
0 => 'function.xmlwriter-end-dtd.php',
1 => 'XMLWriter::endDTD',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.xmlwriter-end-dtd-entity" class="refentry">
<div class="refnamediv">
<h1 class="refname">XMLWriter::endDTDEntity</h1>
<h1 class="refname">xmlwriter_end_dtd_entity</h1>
<p class="verinfo">(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)</p><p class="refpurpose"><span class="refname">XMLWriter::endDTDEntity</span> -- <span class="refname">xmlwriter_end_dtd_entity</span> — <span class="dc-title">End current DTD Entity</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.xmlwriter-end-dtd-entity-description">
<h3 class="title">Descrição</h3>
<p class="para">Estilo orientado à objeto</p>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><strong>XMLWriter::endDTDEntity</strong></span>
( <span class="methodparam">void</span>
)</div>
<p class="para rdfs-comment">Estilo procedural</p>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><strong>xmlwriter_end_dtd_entity</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$xmlwriter</code></span>
)</div>
<p class="para rdfs-comment">
Ends the current DTD entity.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.xmlwriter-end-dtd-entity-parameters">
<h3 class="title">Parâmetros</h3>
<p class="para">
<dl>
<dt>
<span class="term"><em><code class="parameter">
xmlwriter</code></em></span><dd>
<p class="para">Apenas para chamadas de procedimentos.
O recurso XMLWriter <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> que esta sendo modificado. Este recurso vem de uma chamada a <span class="function"><a href="function.xmlwriter-open-uri.php" class="function">xmlwriter_open_uri()</a></span> ou <span class="function"><a href="function.xmlwriter-open-memory.php" class="function">xmlwriter_open_memory()</a></span>.</p></dd>
</dt>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.xmlwriter-end-dtd-entity-returnvalues">
<h3 class="title">Valor Retornado</h3>
<p class="para">
Retorna <strong><code>TRUE</code></strong> em caso de sucesso ou <strong><code>FALSE</code></strong> em caso de falha.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.xmlwriter-end-dtd-entity-seealso">
<h3 class="title">Veja Também</h3>
<p class="para">
<ul class="simplelist">
<li class="member"> <span class="methodname"><a href="function.xmlwriter-start-dtd-entity.php" class="methodname" rel="rdfs-seeAlso">XMLWriter::startDTDEntity()</a> - Create start DTD Entity</span></li>
<li class="member"> <span class="methodname"><a href="function.xmlwriter-write-dtd-entity.php" class="methodname" rel="rdfs-seeAlso">XMLWriter::writeDTDEntity()</a> - Write full DTD Entity tag</span></li>
</ul>
</p>
</div>
</div><?php manual_footer(); ?>