update : 2015.11.03
php.shukuma.com검색:
|
RecursiveArrayIterator::getChildren(PHP 5 >= 5.1.0) RecursiveArrayIterator::getChildren — Returns an iterator for the current entry if it is an array or an object. 설명Returns an iterator for the current iterator entry. 인수이 함수는 인수가 없습니다. 오류/예외An InvalidArgumentException will be thrown if the current entry does not contain an array or an object. 예제
Example #1 RecursiveArrayIterator::getChildren() example
<?php 위 예제의 출력: No children. No children. a : apple p : pear |