51 if (empty($this->ref))
53 $this->ref =
new ReflectionClass($this);
$flags
special flags (self::USE_KEY)
Interface for recursive iteration with RecursiveIteratorIterator.
$regex
the regular expression to match against
Recursive regular expression filter for iterators.
__construct(RecursiveIterator $it, $regex, $mode=0, $flags=0, $preg_flags=0)
Constructs a regular expression filter around an iterator whose elemnts or keys are strings...
Regular expression filter for iterators.
$mode
operation mode (one of self::MATCH, self::GET_MATCH, self::ALL_MATCHES, self::SPLIT) ...
$preg_flags
PREG_* flags, see preg_match(), preg_match_all(), preg_split()