<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.streamwrapper.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.stream-flush.php',
    1 => 'streamWrapper::stream_flush',
    2 => 'Exp&eacute;die le contenu',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.stream-eof.php',
    1 => 'streamWrapper::stream_eof',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.stream-lock.php',
    1 => 'streamWrapper::stream_lock',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/stream/streamwrapper/stream-flush.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.stream-flush" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::stream_flush</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::stream_flush</span> &mdash; <span class="dc-title">Expédie le contenu</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-flush-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::stream_flush</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Cette méthode est appelée en réponse à <span class="function"><a href="function.fflush.php" class="function">fflush()</a></span>
   et lorsque le flux est fermé alors que des données non-envoyées y ont été
   écrites avant.
  </p>
  <p class="para">
   Si l&#039;on a mis des données en cache dans le flux, mais qu&#039;on
   ne les a pas stockées, il faut le faire maintenant.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.stream-flush-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-flush-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Doit retourner <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si les données en cache ont pu être 
   sauvées correctement ( ou s&#039;il n&#039;y avait pas de données
   dans le cache), ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si les données n&#039;ont pu être
   stockées.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-streamwrapper.stream-flush-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    Si non implémentée, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> sera utilisée comme
    valeur de retour.
   </p>
  </p></blockquote>
 </div>

 
 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-flush-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fflush.php" class="function" rel="rdfs-seeAlso">fflush()</a> - Envoie tout le contenu g&eacute;n&eacute;r&eacute; dans un fichier</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>