InternalIterator::current

(PHP 8)

InternalIterator::current — 返回当前元素

说明

public InternalIterator::current(): mixed

返回当前元素。

参数

此函数没有参数。

返回值

返回当前元素。

+add a note

User Contributed Notes

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