Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 9211

php-manual-en-7.2.11-1.mga7.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>Introduction</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.outcontrol.html">Output Control</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="outcontrol.setup.html">Installing/Configuring</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="intro.outcontrol" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   The Output Control functions allow you to control when output is
   sent from the script. This can be useful in several different
   situations, especially if you need to send headers to the browser
   after your script has begun outputting data. The Output Control
   functions do not affect headers sent using
   <span class="function"><a href="function.header.html" class="function">header()</a></span> or <span class="function"><a href="function.setcookie.html" class="function">setcookie()</a></span>,
   only functions such as <span class="function"><a href="function.echo.html" class="function">echo</a></span> and data between
   blocks of PHP code.
  </p>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.outcontrol.html">Output Control</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="outcontrol.setup.html">Installing/Configuring</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>