update : 2015.11.03
php.shukuma.com검색:
|
RegexIterator::setFlags(PHP 5 >= 5.2.0) RegexIterator::setFlags — Sets the flags. 설명
public void RegexIterator::setFlags
( int
$flags
)Sets the flags. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 RegexIterator::setFlags() example Creates a new RegexIterator that filters all entries whose key starts with 'test'.
<?php 위 예제의 출력: teststr2 => another test |