DOMNamedNodeMap::count
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.2.0, PHP 8)
Get number of nodes in the map
Description
DOMNamedNodeMap::count(): int
Gets the number of nodes in the map.
Parameters Parameters
Return Values
Returns the number of nodes in the map, which is identical to the length property.