CakeFest 2024: The Official CakePHP Conference

SplDoublyLinkedList::count

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

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

説明

public SplDoublyLinkedList::count(): int

パラメータ

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

戻り値

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top