array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.stream-bucket-make-writeable.php', 1 => 'stream_bucket_make_writeable', 2 => 'Returns a bucket object from the brigade to operate on', ), 'up' => array ( 0 => 'ref.stream.php', 1 => 'Stream-Funktionen', ), 'prev' => array ( 0 => 'function.stream-bucket-append.php', 1 => 'stream_bucket_append', ), 'next' => array ( 0 => 'function.stream-bucket-new.php', 1 => 'stream_bucket_new', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stream/functions/stream-bucket-make-writeable.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stream_bucket_make_writeable

(PHP 5, PHP 7, PHP 8)

stream_bucket_make_writeable Returns a bucket object from the brigade to operate on

Beschreibung

stream_bucket_make_writeable(resource $brigade): ?StreamBucket

This function is called whenever there is the need to access and operate on the content contains in a brigade. It is typically called from php_user_filter::filter().

Parameter-Liste

brigade

The brigade to return a bucket object from.

Rückgabewerte

Returns a bucket object or null.

Changelog

Version Beschreibung
8.4.0 Diese Funktion gibt nun eine Instanz von StreamBucket zurück; zuvor wurde eine stdClass zurückgegeben.

Siehe auch