Documentation

BufferException extends StreamException
in package

FinalYes

Table of Contents

Properties

$buffer  : string

Methods

__construct()  : mixed
getBuffer()  : string

Properties

Methods

__construct()

public __construct(string $buffer, string $message[, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$buffer : string
$message : string
$code : int = 0
$previous : Throwable|null = null

getBuffer()

public getBuffer() : string
Return values
string

The buffered string when the buffer limit was exceeded. Note that the length of this string may exceed the set limit.


        
On this page

Search results