stream_bucket_append()
function stream_bucket_append(mixed $brigade, mixed $bucket): void
Appends a bucket to the brigade.
Parameters:
$brigade(mixed)$bucket(mixed)
Returns: void
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/filesystem/stream_bucket_append.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how stream_bucket_append is implemented in the compiler, see the internals page.