CakeFest 2024: The Official CakePHP Conference

Iterator::current

(PHP 5, PHP 7, PHP 8)

Iterator::current返回当前元素

说明

public Iterator::current(): mixed

返回当前元素。

参数

此函数没有参数。

返回值

可返回任何类型。

add a note

User Contributed Notes

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