SPL-StandardPHPLibrary
outeriterator.inc
Go to the documentation of this file.
1 <?php
2 
18 interface OuterIterator extends Iterator
19 {
22  function getInnerIterator();
23 }
24 
25 ?>
Interface to access the current inner iteraor of iterator wrappers.
Basic iterator.
Definition: spl.php:549