Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
DomNode::attributes - Returns list of attributes
Вернуться к: DOM XML (PHP 4) Функции
DomNode::attributes
(PHP 4 >= 4.1.0)
DomNode::attributes — Returns list of attributes
Описание
array DomNode::attributes
( void
)
This function only returns an array of attributes if the node is of type XML_ELEMENT_NODE.
(PHP >= 4.3 only) If no attributes are found, NULL is returned.
Вернуться к: DOM XML (PHP 4) Функции