PHP 8.4.2 Released!

Dom\TokenList::count

(PHP 8 >= 8.4.0)

Dom\TokenList::countReturns the number of tokens in the list

Description

public Dom\TokenList::count(): int

Returns the number of tokens in the list.

Parameters

This function has no parameters.

Return Values

The number of tokens in the list.

add a note

User Contributed Notes

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