FilterInterface
in
Stream filter interface
Tags
Table of Contents
Methods
- filter() : mixed
- Filters $buffer and returns the changes.
- shouldBuffer() : bool
- Based on the buffer given, this returns true if more buffering is needed.
Methods
filter()
Filters $buffer and returns the changes.
public
filter(mixed $buffer) : mixed
Parameters
- $buffer : mixed
shouldBuffer()
Based on the buffer given, this returns true if more buffering is needed.
public
shouldBuffer(mixed $buffer) : bool
Parameters
- $buffer : mixed