Horde_Mime_Filter_Encoding
extends php_user_filter
in package
Stream filter to determine whether body requires either binary or 8bit encoding (RFC 2045 [6]).
Tags
Table of Contents
- $_crlf : int
- Number of consecutive non-CR/LF characters.
- filter() : mixed
- onCreate() : mixed
Properties
$_crlf
Number of consecutive non-CR/LF characters.
protected
int
$_crlf
= 0
Methods
filter()
public
filter(mixed $in, mixed $out, mixed &$consumed, mixed $closing) : mixed
Parameters
- $in : mixed
- $out : mixed
- $consumed : mixed
- $closing : mixed
Tags
Return values
mixed —onCreate()
public
onCreate() : mixed