PHP Velho Oeste 2024

Iterator::current

(PHP 5, PHP 7, PHP 8)

Iterator::current返回当前元素

说明

public Iterator::current(): mixed

返回当前元素。

参数

此函数没有参数。

返回值

可返回任何类型。

add a note add a note

User Contributed Notes 1 note

up
-1
al
8 years ago
Builtin PHP function is »current«.
To Top