SelectIterator
extends IteratorIterator
in package
select イテレータ。
Tags
Table of Contents
Properties
- $callback : mixed
Methods
- __construct() : mixed
- 生成。
- current() : mixed
Properties
$callback
private
mixed
$callback
Methods
__construct()
生成。
public
__construct(Iterator $iterator, mixed $callback) : mixed
Parameters
- $iterator : Iterator
- $callback : mixed
Tags
current()
public
current() : mixed