Documentation

Horde_Imap_Client_Data_Format_Filter_String extends php_user_filter
in package

Stream filter to analyze an IMAP string to determine how to send to the server.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2012-2017 Horde LLC

license

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

Table of Contents

$_skip  : bool
Skip status.
filter()  : mixed
onCreate()  : mixed

Properties

$_skip

Skip status.

protected bool $_skip = \false

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