PHP Sigfox Client

PageIterator implements Iterator

Iterating over pages in the paginated response

This iterator will automatically calling the API and fetching data items in each iteration.

This iterator will returning an array of items as the value and zero indexed key of the item as the key

Tags
implements

Iterator<T[]>

Interfaces, Classes and Traits

Iterator

Table of Contents

current()  : array<string|int, T>
key()  : int

Methods

current()

public current() : array<string|int, T>
Tags
inheritdoc
Return values
array<string|int, T>

key()

public key() : int
Tags
inheritdoc
Return values
int

Search results