Property | Type | Description | |
---|---|---|---|
$_filter | string | String filter parameters. |
Method | Description | |
---|---|---|
__construct ( $data, array $opts = [] ) | ||
__toString ( ) | ||
binary ( ) : boolean | If literal output, is the data binary? | |
escape ( ) | ||
escapeStream ( ) : resource | Return the escaped string as a stream. | |
forceBinary ( ) | Force item to be output as a binary literal. | |
forceLiteral ( ) | Force item to be output as a literal. | |
forceQuoted ( ) | Force item to be output quoted. | |
getStream ( ) : Horde_Stream | Return the contents of the string as a stream object. | |
length ( ) : integer | Return the length of the data. | |
literal ( ) : boolean | Does this data item require literal string output? | |
quoted ( ) : boolean | Does this data item require quoted string output? |
Method | Description | |
---|---|---|
_filterParams ( ) : object | Return the base string filter parameters. |
public __construct ( $data, array $opts = [] ) | ||
$opts | array | Additional options: - eol: (boolean) If true, normalize EOLs in input. @since 2.2.0 - skipscan: (boolean) If true, don't scan input for binary/literal/quoted data. @since 2.2.0 |
protected _filterParams ( ) : object | ||
return | object | Filter parameters. |
public escapeStream ( ) : resource | ||
return | resource | The IMAP escaped stream. |
public getStream ( ) : Horde_Stream | ||
return | Horde_Stream | The stream object. |