PHP 迭代器接口
github.com/jaypotter/Iterator
源代码
问题
安装: 38
依赖: 1
建议: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 914bb08087b4ed7f070e875dde77aff1c0ae3a25
This package is auto-updated.
Last update: 2024-09-21 17:48:55 UTC
public function current(): mixed; public function key(): mixed; public function next(): void; public function rewind(): void; public function valid(): bool;