Skip to content

Instantly share code, notes, and snippets.

@komita1981
Last active December 13, 2015 21:58
Show Gist options
  • Save komita1981/4980905 to your computer and use it in GitHub Desktop.
Save komita1981/4980905 to your computer and use it in GitHub Desktop.
FilterIterator Synopsis
<?php
abstract FilterIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator {
/* Methods */
abstract bool accept ( void )
__construct ( Iterator $iterator )
mixed current ( void )
Iterator getInnerIterator ( void )
mixed key ( void )
void next ( void )
void rewind ( void )
bool valid ( void )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment