|
RegexIterator::setFlagsSets the flags. Description
public void RegexIterator::setFlags
( int
$flags
)Sets the flags. Parameters
Return ValuesNo value is returned. Examples
Example #1 RegexIterator::setFlags example Creates a new RegexIterator that filters all entries whose key starts with 'test'.
<?php The above example will output: teststr2 => another test See Also
|