[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 70 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Swift_StreamFilters_StringReplacementFilter:: (3 methods):
__construct()
shouldBuffer()
filter()
Class: Swift_StreamFilters_StringReplacementFilter - X-Ref
Processes bytes as they pass through a buffer and replaces sequences in it.__construct($search, $replace) X-Ref |
Create a new StringReplacementFilter with $search and $replace. param: string|array $search param: string|array $replace |
shouldBuffer($buffer) X-Ref |
Returns true if based on the buffer passed more bytes should be buffered. param: string $buffer return: bool |
filter($buffer) X-Ref |
Perform the actual replacements on $buffer and return the result. param: string $buffer return: string |
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |