the object $bucket which is returned also includes a third parameter, $bucket->bucket, which is a reference to the resource
(PHP 5, PHP 7, PHP 8)
stream_bucket_make_writeable — Retourne un objet de compartiment depuis le corps pour des opérations sur celui-ci
Cette fonction est appelé quand il y a un besoin d'accéder et opérer sur le contenu compris dans une brigade. Typiquement appelé depuis php_user_filter::filter().
brigade
La brigade où retourner un objet bucket depuis.
Retourne un objet bucket ou null
.
Version | Description |
---|---|
8.4.0 | Cette fonction retourne désormais une instance de StreamBucket ; auparavant, une stdClass était retournée. |