Source of: /manual/en/function.stream-bucket-append.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'function.stream-bucket-append.php',
1 => 'stream_bucket_append',
),
'up' =>
array (
0 => 'ref.stream.php',
1 => 'Stream Functions',
),
'prev' =>
array (
0 => 'function.set-socket-blocking.php',
1 => 'set_socket_blocking',
),
'next' =>
array (
0 => 'function.stream-bucket-make-writeable.php',
1 => 'stream_bucket_make_writeable',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.stream-bucket-append" class="refentry">
<div class="refnamediv">
<h1 class="refname">stream_bucket_append</h1>
<p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">stream_bucket_append</span> — <span class="dc-title">
Append bucket to brigade
</span></p>
</div>
<a name="function.stream-bucket-append.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type"><span class="type void">void</span></span> <span class="methodname"><b>stream_bucket_append</b></span>
( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$brigade</tt></span>
, <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$bucket</tt></span>
)</div>
<div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
</div>
</div><?php manual_footer(); ?>