Todo List
Reader | --FilterReader | --BaseFilterReader | --ReplaceRegexp
Implements interfaces:
Example:
ReplaceRegExp chain( $reader)
RegularExpression createRegexp( )
array getRegexps( )
(Used when, e.g., cloning/chaining the method.)
mixed read( [int $len = null])
The original stream is first read in fully, and the regex replace is performed.
void setRegexps( array $regexps)