php8.5
Home/ Manual/ reference / stream/ The StreamBucket class

The StreamBucket class

A stream bucket is a chunk of a stream which can be extracted from bucket brigades.

Intro

A stream bucket is a chunk of a stream which can be extracted from bucket brigades.

Class synopsis

final StreamBucket { }

Properties

resource bucket

A userfilter.bucket resource.

string data

The current string in the bucket.

int datalen

The length of the string in the bucket. Deprecated as of PHP 8.4 in favor of StreamBucket::$dataLength.

int dataLength

The length of the string in the bucket.

See Also

Source: reference/stream/streambucket.xml · from the official PHP manual (php/doc-en)