update : 2015.11.03
php.shukuma.com검색:
|
The RegexIterator class(PHP 5 >= 5.2.0) 소개This iterator can be used to filter another iterator based on a regular expression. 클래스 개요
RegexIterator
extends
FilterIterator
{
/* 상수 */
/* 메소드 */
public __construct
( Iterator
$iterator
, string $regex
[, int $mode = self::MATCH
[, int $flags = 0
[, int $preg_flags = 0
]]] )/* 상속된 메소드 */
}예약 상수RegexIterator operation modes
RegexIterator Flags
Table of Contents
|