PHP 8.3.4 Released!

CachingIterator::key

(PHP 5, PHP 7, PHP 8)

CachingIterator::keyReturn the key for the current element

Description

public CachingIterator::key(): scalar
Warning

This function is currently not documented; only its argument list is available.

This method may return a key for the current element.

Parameters

This function has no parameters.

add a note

User Contributed Notes

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