|
PHP5中文手册
DomAttribute->value(No version information available, might be only in CVS) DomAttribute->value — Returns value of attribute 说明DomAttribute
string value
( void
)
This function returns the value of the attribute. 范例
Example#1 Getting all the attributes of a node
<?php 上例将输出:
返回值Returns the value of the attribute. Migrating to PHP 5Use the value property of DOMAttr. |