← All docs
stream_bucket_make_writeable()
Returns a bucket object from the brigade for use in a stream filter.
stream_bucket_make_writeable()
function stream_bucket_make_writeable(mixed $brigade): mixed
Returns a bucket object from the brigade for use in a stream filter.
Parameters:
$brigade(mixed)
Returns: mixed
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_make_writeable.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how stream_bucket_make_writeable is implemented in the compiler, see the internals page.