SplFixedArray::next
PHP Manual
PHP Manual»SplFixedArray»SplFixedArray::next

SplFixedArray::next

(PHP 5 >= 5.3.0, PHP 7)

SplFixedArray::nextMove to next entry

Açıklama

public function SplFixedArray::next(): void

Move the iterator to the next array entry.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hiçbir değer dönmez.

To Top