1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files

55 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7610e990293c87168d026ad078d8272e643e2c23 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa -->
<book xml:id="book.outcontrol" xmlns="http://docbook.org/ns/docbook">
<?phpdoc extension-membership="core" ?>
<title>出力バッファリング制御</title>
<titleabbrev>出力制御</titleabbrev>
<preface xml:id="intro.outcontrol">
&reftitle.intro;
<para>
出力制御関数により、スクリプトから送信される出力を制御することが可
能になります。この機能は、複数の異なった場面、特にスクリプトがデー
タ出力を開始した後にヘッダをブラウザに送信する必要がある場合に有用
です。出力制御関数は、<function>header</function> または
<function>setcookie</function>を使用して送信されたヘッダには作用せ
ず、<function>echo</function> のような関数と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
-->