SelectManyIterator
in package
implements
Iterator
selectMany イテレータ。
Tags
Table of Contents
Interfaces
- Iterator
Properties
- $callback : mixed
- $innerIterator : Iterator
- $outerIterator : Iterator
Methods
- __construct() : mixed
- 生成。
- current() : mixed
- key() : int
- next() : void
- rewind() : void
- valid() : bool
Properties
$callback
private
mixed
$callback
$innerIterator
private
Iterator
$innerIterator
Tags
$outerIterator
private
Iterator
$outerIterator
Tags
Methods
__construct()
生成。
public
__construct(Iterator $iterator, mixed $callback) : mixed
Parameters
- $iterator : Iterator
- $callback : mixed
Tags
current()
public
current() : mixed
Tags
key()
public
key() : int
Return values
intnext()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool