update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns if an iterator can be created fot the current entry.

RecursiveIterator::hasChildren

(PHP 5 >= 5.1.0)

RecursiveIterator::hasChildrenReturns if an iterator can be created fot the current entry.

설명

public bool RecursiveIterator::hasChildren ( void )

Returns if an iterator can be created for the current entry. RecursiveIterator::getChildren().

인수

이 함수는 인수가 없습니다.

반환값

Returns TRUE if the current entry can be iterated over, otherwise returns FALSE.

참고