SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::count

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::countCounts the number of elements in the doubly linked list.

Descrizione

public int SplDoublyLinkedList::count ( void )

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the number of elements in the doubly linked list.


SplDoublyLinkedList
PHP Manual