<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.stream.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.stream-bucket-append.php',
    1 => 'stream_bucket_append',
    2 => 'Append bucket to brigade',
  ),
  'up' => 
  array (
    0 => 'ref.stream.php',
    1 => 'Stream Funzioni',
  ),
  'prev' => 
  array (
    0 => 'ref.stream.php',
    1 => 'Stream Funzioni',
  ),
  'next' => 
  array (
    0 => 'function.stream-bucket-make-writeable.php',
    1 => 'stream_bucket_make_writeable',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stream/functions/stream-bucket-append.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stream-bucket-append" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">stream_bucket_append</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">stream_bucket_append</span> &mdash; <span class="dc-title">
   Append bucket to brigade
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stream-bucket-append-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>stream_bucket_append</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$brigade</code></span>, <span class="methodparam"><span class="type">StreamBucket</span> <code class="parameter">$bucket</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>


  <div class="warning"><strong class="warning">Avviso</strong><p class="simpara">Questa funzione, al momento
non è documentata; è disponibile soltanto la lista degli argomenti.
</p></div>

 </div>


 <div class="refsect1 changelog" id="refsect1-function.stream-bucket-append-changelog">
  <h3 class="title">Log delle modifiche</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Versione</th>
      <th>Descrizione</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.4.0</td>
      <td><code class="parameter">bucket</code> expects a <span class="classname"><strong class="classname">StreamBucket</strong></span> instance now; previously, an <span class="classname"><a href="class.stdclass.php" class="classname">stdClass</a></span> was expected.</td>
     </tr>

    </tbody>
   
  </table>

 </div>


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