update : 2015.11.03
php.shukuma.com검색:
|
RecursiveRegexIterator::hasChildren(PHP 5 >= 5.2.0) RecursiveRegexIterator::hasChildren — Returns whether an iterator can be obtained for the current entry. 설명
public bool RecursiveRegexIterator::hasChildren
( void
)
Returns whether an iterator can be obtained for the current entry. This iterator can be obtained via RecursiveRegexIterator::getChildren(). 인수이 함수는 인수가 없습니다. 반환값
Returns 예제
Example #1 RecursiveRegexIterator::hasChildren() example
<?php 위 예제의 출력: bool(false) bool(true) |