SplDoublyLinkedList::getIteratorMode

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SplDoublyLinkedList::getIteratorModeReturns the mode of iteration

Açıklama

publicSplDoublyLinkedList::getIteratorMode(): int

Bağımsız Değişkenler

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

Dönen Değerler

Returns the different modes and flags that affect the iteration.

To Top