DOMNodeList::count

(PHP 7 >= 7.2.0)

DOMNodeList::countGet number of nodes in the list

Descrição

public DOMNodeList::count ( void ) : int

Gets the number of nodes in the list.

Parâmetros

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

Valor Retornado

Returns the number of nodes in the list, which is identical to the length property.