SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::count

(PHP 5 >= 5.3.0)

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

Descrição

public int SplDoublyLinkedList::count ( void )

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the number of elements in the doubly linked list.


SplDoublyLinkedList
PHP Manual