ZipIterator
in package
implements
Iterator
zip イテレータ。
Tags
Table of Contents
Interfaces
- Iterator
Properties
- $callback : mixed
- $iterators : array<string|int, Iterator>
Methods
- __construct() : mixed
- 生成。
- current() : mixed
- key() : mixed
- next() : void
- rewind() : void
- valid() : bool
Properties
$callback
private
mixed
$callback
$iterators
private
array<string|int, Iterator>
$iterators
Methods
__construct()
生成。
public
__construct(Iterator $first, Iterator $second, mixed $callback) : mixed
Parameters
- $first : Iterator
- $second : Iterator
- $callback : mixed
Tags
current()
public
current() : mixed
key()
public
key() : mixed
next()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool