array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'domnamednodemap.count.php', 1 => 'DOMNamedNodeMap::count', 2 => 'Get number of nodes in the map', ), 'up' => array ( 0 => 'class.domnamednodemap.php', 1 => 'DOMNamedNodeMap', ), 'prev' => array ( 0 => 'class.domnamednodemap.php', 1 => 'DOMNamedNodeMap', ), 'next' => array ( 0 => 'domnamednodemap.getiterator.php', 1 => 'DOMNamedNodeMap::getIterator', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/dom/domnamednodemap/count.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

DOMNamedNodeMap::count

(PHP 7 >= 7.2.0, PHP 8)

DOMNamedNodeMap::countGet number of nodes in the map

Descrizione

public DOMNamedNodeMap::count(): int

Gets the number of nodes in the map.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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