|
SplObjectStorage::seekSeeks iterator to a position 説明
public void SplObjectStorage::seek(int
$offset )Seeks to a given position in the iterator. パラメータ
戻り値値を返しません。 エラー / 例外
Throws an OutOfBoundsException
if the 例例1 SplObjectStorage::seek example Seeks to item position 2 in the iterator.
上の例の出力は以下となります。 int(2) object(Test)#3 (1) { ["marker"]=> string(1) "c" } 参考
|