SPL-StandardPHPLibrary
recursiveiterator.inc
Go to the documentation of this file.
1 <?php
2 
18 interface RecursiveIterator extends Iterator
19 {
22  function hasChildren();
23 
27  function getChildren();
28 }
29 
30 ?>
Interface for recursive iteration with RecursiveIteratorIterator.
Basic iterator.
Definition: spl.php:549