← All docs

stream_bucket_append()

Appends a bucket to the brigade.

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

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.