Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 6699

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!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 a raw XML text</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.xmlwriter-write-pi.html">XMLWriter::writePI</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.xsl.html">XSL</a></div>
 <div class="up"><a href="ref.xmlwriter.html">XMLWriter Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.xmlwriter-write-raw" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">XMLWriter::writeRaw</h1>
  <h1 class="refname">xmlwriter_write_raw</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.0, PECL xmlwriter &gt;= 2.0.4)</p><p class="refpurpose"><span class="refname">XMLWriter::writeRaw</span> -- <span class="refname">xmlwriter_write_raw</span> &mdash; <span class="dc-title">Write a raw XML text</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.xmlwriter-write-raw-description">
  <h3 class="title">Description</h3>
  <p class="para">Object oriented style</p>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>XMLWriter::writeRaw</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$content</code></span>
   )</div>

  <p class="para rdfs-comment">Procedural style</p>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>xmlwriter_write_raw</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">$content</code></span>
   )</div>

  <p class="para rdfs-comment">
   Writes a raw xml text.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.xmlwriter-write-raw-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>
<span class="term"><em><code class="parameter">
xmlwriter</code></em></span><dd>
<p class="para">Only for procedural calls.
The XMLWriter <span class="type"><a href="language.types.resource.html" class="type resource">resource</a></span> that is being modified. This resource comes from a call to  <span class="function"><a href="function.xmlwriter-open-uri.html" class="function">xmlwriter_open_uri()</a></span> or  <span class="function"><a href="function.xmlwriter-open-memory.html" class="function">xmlwriter_open_memory()</a></span>.</p></dd>
</dt>

    <dt>

     <span class="term"><em><code class="parameter">content</code></em></span>
     <dd>

      <p class="para">
       The text string to write.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.xmlwriter-write-raw-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success or <strong><code>FALSE</code></strong> on failure.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.xmlwriter-write-raw-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="methodname"><a href="function.xmlwriter-text.html" class="methodname" rel="rdfs-seeAlso">XMLWriter::text()</a> - Write text</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.xmlwriter-write-pi.html">XMLWriter::writePI</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.xsl.html">XSL</a></div>
 <div class="up"><a href="ref.xmlwriter.html">XMLWriter Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>