stream_bucket_new

(PHP 5, PHP 7)

stream_bucket_new Create a new bucket for use on the current stream

설명

object stream_bucket_new ( resource $stream , string $buffer )
Warning

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

add a note add a note

User Contributed Notes 1 note

up
1
carlosv775 at gmail dot com
4 years ago
This function returns FALSE if something wrong happens. If the stream is not available for instance.
To Top