HH\Iterable::toValuesArray

Returns an array with the values from the current Iterable

public function toValuesArray(): varray<Tv>;

The keys in the current Iterable are discarded and replaced with integer indices, starting with 0.

Returns