HH\Iterator::current
( excerpt from http://php.net/manual/en/iterator.current.php )
public function current(): Tv;
Returns the current element.
Returns
mixed- Can return any type.
( excerpt from http://php.net/manual/en/iterator.current.php )
public function current(): Tv;
Returns the current element.
mixed - Can return any type.