Documentation

FilterInterface
in

Stream filter interface

Tags
category

Pop

author

Chris Corbyn, from the SwiftMailer library https://github.com/swiftmailer/swiftmailer

version
3.6.0

Table of Contents

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
Return values
mixed

shouldBuffer()

Based on the buffer given, this returns true if more buffering is needed.

public shouldBuffer(mixed $buffer) : bool
Parameters
$buffer : mixed
Return values
bool

Search results