SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::count

(PHP 5 >= 5.3.0, PHP 7)

SplDoublyLinkedList::count双方向リンクリストの要素数を数える

説明

public int SplDoublyLinkedList::count ( void )

パラメータ

この関数にはパラメータはありません。

返り値

双方向リンクリストの要素数を返します。


SplDoublyLinkedList
PHP Manual