mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 09:22:07 +01:00
74 lines
2.0 KiB
XML
74 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 6ab6ea465889620fc2a8cdaf7b008cbaed83c523 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<refentry xml:id="function.ob-flush" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>ob_flush</refname>
|
|
<refpurpose>Envoie le tampon de sortie</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>ob_flush</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
Envoie le contenu du tampon de sortie (s'il y en a un). Si vous voulez
|
|
vérifier le contenu du tampon, vous devez appeler la fonction
|
|
<function>ob_get_contents</function> avant <function>ob_flush</function>
|
|
car le contenu du tampon est effacé après l'appel de <function>ob_flush</function>.
|
|
</para>
|
|
<para>
|
|
<function>ob_flush</function> ne désactive pas la temporisation de sortie
|
|
comme peut le faire <function>ob_end_flush</function>.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
&no.function.parameters;
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
&return.success;
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><function>ob_get_contents</function></member>
|
|
<member><function>ob_clean</function></member>
|
|
<member><function>ob_end_flush</function></member>
|
|
<member><function>ob_end_clean</function></member>
|
|
</simplelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
<!-- 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
|
|
-->
|