PHP Velho Oeste 2024

stream_bucket_make_writeable

(PHP 5, PHP 7)

stream_bucket_make_writeable Return a bucket object from the brigade for operating on

설명

object stream_bucket_make_writeable ( resource $brigade )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

add a note add a note

User Contributed Notes 1 note

up
1
Anonymous
1 year ago
the object $bucket which is returned also includes a third parameter, $bucket->bucket, which is a reference to the resource
To Top