update : 2015.11.03
php.shukuma.com검색:
|
RecursiveRegexIterator::getChildren(PHP 5 >= 5.2.0) RecursiveRegexIterator::getChildren — Returns an iterator for the current entry. 설명Returns an iterator for the current iterator entry. 인수이 함수는 인수가 없습니다. 반환값An iterator for the current entry, if it can be iterated over by the inner iterator. 오류/예외An InvalidArgumentException will be thrown if the current entry does not contain a value that can be iterated over by the inner iterator. 예제
Example #1 RecursiveRegexIterator::getChildren() example
<?php 위 예제의 출력: No children Children: test4 test5 참고
|