Statement on glibc/iconv Vulnerability

SplFixedArray::getIterator

(PHP 8)

SplFixedArray::getIterator配列を走査するためのイテレータを取得する

説明

public SplFixedArray::getIterator(): Iterator

配列を走査するためのイテレータを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

配列を走査するための Iterator を実装した、オブジェクトのインスタンスを返します。

add a note

User Contributed Notes

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