1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-23 23:12:09 +01:00
Files
2025-07-03 21:51:59 +02:00

56 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7610e990293c87168d026ad078d8272e643e2c23 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: yes -->
<book xml:id="book.outcontrol" xmlns="http://docbook.org/ns/docbook">
<?phpdoc extension-membership="core" ?>
<title>Bufferización de salida</title>
<titleabbrev>Control de la visualización</titleabbrev>
<preface xml:id="intro.outcontrol">
&reftitle.intro;
<para>
Las funciones de bufferización de salida permiten controlar
cuándo los datos son enviados por el script. Esto puede
ser útil en ciertas situaciones, especialmente si se deben
enviar encabezados al navegador después de haber enviado
datos. Estas funciones no afectan a los encabezados
enviados por la función <function>header</function> o a las
cookies enviadas por <function>setcookie</function>. Solo las
funciones como <function>echo</function>
y los datos entre bloques PHP son afectados.
</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
-->