\Horde_Stream_Filter_Htmlspecialchars

Stream filter class to pass data to htmlspecialchars() in chunks.

WARNING: This filter is not safe on multi-byte character sets, because multi-byte characters might be split on chunk boundaries. This filter should be considered a duct tape if the data passed to htmlspecialchars() is too big for PHP's memory_limit.

Usage: stream_filter_register('htmlspecialchars', 'Horde_Stream_Filter_Htmlspecialchars'); streamfilter[app|pre]pend($stream, 'htmlspecialchars', [ STREAMFILTER[READ|WRITE|ALL] ]);

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
filter()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

filter()

filter(  $in,   $out,   $consumed,   $closing) 

Parameters

$in
$out
$consumed
$closing