\Pop\Mail\Transport\Smtp\StreamFilterInterface

Stream filter interface

Summary

Methods
Constants
shouldBuffer()
filter()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

shouldBuffer()

shouldBuffer(mixed  $buffer) : boolean

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

Parameters

mixed $buffer

Returns

boolean

filter()

filter(mixed  $buffer) : mixed

Filters $buffer and returns the changes.

Parameters

mixed $buffer

Returns

mixed