Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
DomAttribute::name - Returns the name of attribute
Вернуться к: DOM XML (PHP 4) Функции
DomAttribute::name
(PHP 4 >= 4.1.0)
DomAttribute::name — Returns the name of attribute
Описание
string DomAttribute::name
( void
)
Gets the name of the attribute.
Возвращаемые значения
Returns the name of the attribute.
Migrating to PHP 5
Use the name property of DOMAttr.
Вернуться к: DOM XML (PHP 4) Функции