mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 7610e990293c87168d026ad078d8272e643e2c23 Maintainer: leonardolara Status: ready --><!-- CREDITS: fernandoc,felipe,leonardolara -->
|
|
|
|
<book xml:id="book.outcontrol" xmlns="http://docbook.org/ns/docbook">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>Controle de Buffer de Saída</title>
|
|
<titleabbrev>Controle de Saída</titleabbrev>
|
|
|
|
<preface xml:id="intro.outcontrol">
|
|
&reftitle.intro;
|
|
<para>
|
|
As funções de Controle de Saída permitem controlar quando a saída
|
|
é enviada do script. Isto pode ser útil em situações diversas,
|
|
especialmente se for necessário enviar cabeçalhos para o navegador
|
|
depois que o script começou a enviar dados. As funções de Controle de Saída
|
|
não afetam os cabeçalhos enviados por funções
|
|
como <function>header</function> ou <function>setcookie</function>,
|
|
apenas funções como <function>echo</function> e dados entre
|
|
blocos de código PHP.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.outcontrol.setup;
|
|
&reference.outcontrol.constants;
|
|
&reference.outcontrol.output-buffering;
|
|
&reference.outcontrol.flushing-system-buffers;
|
|
&reference.outcontrol.user-level-output-buffers;
|
|
&reference.outcontrol.examples;
|
|
&reference.outcontrol.reference;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|