Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10686

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>Output Control Functions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="outcontrol.examples.basic.html">Basic usage</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.flush.html">flush</a></div>
 <div class="up"><a href="book.outcontrol.html">Output Control</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ref.outcontrol" class="reference">
 <h1 class="title">Output Control Functions</h1>

 <div class="partintro">
  <h1 class="title">See Also</h1>
  <p class="para">
   See also  <span class="function"><a href="function.header.html" class="function">header()</a></span> and
    <span class="function"><a href="function.setcookie.html" class="function">setcookie()</a></span>.
  </p>
 </div>

 







































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.flush.html">flush</a> — Flush the output buffer</li><li><a href="function.ob-clean.html">ob_clean</a> — Clean (erase) the output buffer</li><li><a href="function.ob-end-clean.html">ob_end_clean</a> — Clean (erase) the output buffer and turn off output buffering</li><li><a href="function.ob-end-flush.html">ob_end_flush</a> — Flush (send) the output buffer and turn off output buffering</li><li><a href="function.ob-flush.html">ob_flush</a> — Flush (send) the output buffer</li><li><a href="function.ob-get-clean.html">ob_get_clean</a> — Get current buffer contents and delete current output buffer</li><li><a href="function.ob-get-contents.html">ob_get_contents</a> — Return the contents of the output buffer</li><li><a href="function.ob-get-flush.html">ob_get_flush</a> — Flush the output buffer, return it as a string and turn off output buffering</li><li><a href="function.ob-get-length.html">ob_get_length</a> — Return the length of the output buffer</li><li><a href="function.ob-get-level.html">ob_get_level</a> — Return the nesting level of the output buffering mechanism</li><li><a href="function.ob-get-status.html">ob_get_status</a> — Get status of output buffers</li><li><a href="function.ob-gzhandler.html">ob_gzhandler</a> — ob_start callback function to gzip output buffer</li><li><a href="function.ob-implicit-flush.html">ob_implicit_flush</a> — Turn implicit flush on/off</li><li><a href="function.ob-list-handlers.html">ob_list_handlers</a> — List all output handlers in use</li><li><a href="function.ob-start.html">ob_start</a> — Turn on output buffering</li><li><a href="function.output-add-rewrite-var.html">output_add_rewrite_var</a> — Add URL rewriter values</li><li><a href="function.output-reset-rewrite-vars.html">output_reset_rewrite_vars</a> — Reset URL rewriter values</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="outcontrol.examples.basic.html">Basic usage</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.flush.html">flush</a></div>
 <div class="up"><a href="book.outcontrol.html">Output Control</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>