Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

since
2.6.0

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
see
stream_filter_register()
Return values
mixed

onCreate()

public onCreate() : mixed
Tags
see
stream_filter_register()
Return values
mixed

Search results