PeServer

TraverseUtility
in package

AbstractYes

`Traversable` に対する共通処理。

Table of Contents

Methods

toArray()  : array<string|int, mixed>
`Traversable` を配列に変換。
toIterator()  : Iterator
イテレータに変換。

Methods

toArray()

`Traversable` を配列に変換。

public static toArray(Traversable $traverse, bool $preserveKeys) : array<string|int, mixed>
Parameters
$traverse : Traversable
$preserveKeys : bool
Tags
template

TKey of array-key

template

TValue

phpstan-param

Traversable<TKey,TValue> $traverse

phpstan-return

array<TKey,TValue>

Return values
array<string|int, mixed>

toIterator()

イテレータに変換。

public static toIterator(Traversable|array<string|int, mixed>|callable $sequence) : Iterator
Parameters
$sequence : Traversable|array<string|int, mixed>|callable
Tags
template

TKey of array-key

template

TValue

phpstan-param

Traversable<TKey,TValue>|array<TKey,TValue>|callable():\Generator<TKey,TValue> $sequence

phpstan-return

Iterator<TKey,TValue>

Return values
Iterator

        
On this page

Search results