|
DomAttribute::value(PHP 4 >= 4.1.0) DomAttribute::value — Returns value of attribute Описание
string DomAttribute::value
( void
)
This function returns the value of the attribute. Примеры
Пример #1 Getting all the attributes of a node
<?php Результат выполнения данного примера: Attributes of chapter - language : en Возвращаемые значенияReturns the value of the attribute. Migrating to PHP 5Use the value property of DOMAttr. |
|