LimitIterator::key

(PHP 5 >= 5.1.0, PHP 7)

LimitIterator::keyGet current key

Opis

public LimitIterator::key ( void ) : mixed

Gets the key for the current item in the inner Iterator.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the key for the current item.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top