Be careful with using this function as it's not available for anything before PHP 7.2, use the length property instead
(PHP 7 >= 7.2.0, PHP 8)
DOMNodeList::count — Récupère le nombre de nœuds dans la collection triée (list)
Récupère le nombre de nœuds dans la collection triée (list).
Cette fonction ne contient aucun paramètre.
Retourne le nombre de nœuds dans la collection triée, ce qui est identique à la propriété length.
Be careful with using this function as it's not available for anything before PHP 7.2, use the length property instead